export interface PermissionConfig { UI: any; Actions: PermissionConfigAction; } export interface PermissionConfigAction { [key: string]: boolean; }