hldy_app/pages/NursingNew/index.ts

5 lines
60 B
TypeScript
Raw Normal View History

2025-07-31 17:26:06 +08:00
export type Link = {
url : string;
targetUrl : string;
};