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