export interface PermissionGroup { _id?: string; name?: string; description?: string; }