hldy_app/component/rightItemssecondnew/index.ts

7 lines
106 B
TypeScript
Raw Normal View History

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