export interface PermissionDefinition { _id?: string; name?: string; namespace?: string; availableOptions: Array; }