hldy_app/component/rightItemssecond/index.ts

7 lines
106 B
TypeScript
Raw Normal View History

2025-03-05 17:29:32 +08:00
// 定义 Link 类型
export type roomBtttonType = {
url : string;
targetUrl : string;
name : string
}