export interface NewPermission { id?: string; module?: string; description?: string; customData?: any; }