hldy_app/pages/Warehousing/index.ts

7 lines
87 B
TypeScript

export type Link = {
url : string;
targetUrl : string;
name:string;
pao:number;
};