UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

9 lines (8 loc) 136 B
export type IMeta = { rawPath?: Array<string>; }; export type IRoute = { name?: string; path?: string; meta?: IMeta; };