hldy_app/pages/watch/index.ts

5 lines
60 B
TypeScript
Raw Normal View History

2025-08-13 17:19:40 +08:00
export type Link = {
url : string;
targetUrl : string;
};