hldy_app/pages/index/index.ts

5 lines
60 B
TypeScript

export type Link = {
url : string;
targetUrl : string;
};