hldy_app/pages/index/index.ts

5 lines
60 B
TypeScript
Raw Normal View History

2025-03-05 17:29:32 +08:00
export type Link = {
url : string;
targetUrl : string;
};