hldy_app_mini/pages/watch/index.ts

5 lines
60 B
TypeScript
Raw Normal View History

2025-11-05 15:59:48 +08:00
export type Link = {
url : string;
targetUrl : string;
};