salix-front/src/types/route.ts

4 lines
64 B
TypeScript

export interface Route {
path: string;
component: any;
}