hldy_app/component/specialruler/index.ts

7 lines
106 B
TypeScript
Raw Normal View History

2025-07-23 17:34:48 +08:00
// 定义 Link 类型
export type roomBtttonType = {
url : string;
targetUrl : string;
name : string
}