UNPKG

@omnia/fx-models

Version:
10 lines (9 loc) 253 B
import { UserPrincipalType } from './Enums'; export interface PermissionInputSettings { roles: Array<{ id: string; label: string; principalType?: UserPrincipalType; showSpecialIdentities?: boolean; }>; }