export type IMeta = { rawPath?: Array; }; export type IRoute = { name?: string; path?: string; meta?: IMeta; };