@@ -16,7 +16,7 @@ export interface IntergrationMenu {
metaShowMenu?: boolean;
metaLink: boolean;
sort: number;
- component: string;
+ component: string | 'EmptyRouter' | 'Layout';
redirect?: string;
pathParams?: string;
children?: IntergrationMenu[];