hldy_app/component/rightItemsindex/index.ts

17 lines
285 B
TypeScript
Raw Normal View History

2025-03-05 17:29:32 +08:00
// 定义 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
}