export interface PermissionDescription { CanApplyAtSpaceLevel: boolean; CanApplyAtSystemLevel: boolean; Description: string; SupportedRestrictions: string[]; } export declare type PermissionDescriptions = Record;