hldy_app/component/rightItemssecondrelnew/index.ts

7 lines
106 B
TypeScript
Raw Normal View History

2025-04-28 17:33:10 +08:00
// 定义 Link 类型
export type roomBtttonType = {
url : string;
targetUrl : string;
name : string
}