hldy_app/component/rightItemsindex/index.ts

17 lines
285 B
TypeScript

// 定义 Link 类型
export type huliListType = {
url : string;
name : string
}
// 定义 药品类型
export type medType = {
url : string;
name : string,
number : number
}
// 定义 Link 类型
export type roomBtttonType = {
url : string;
targetUrl : string;
name : string
}