export interface BreadcrumbOption { name: any; key: string; router: number; } export interface RouterData { resource: object; router: object; }