DfnsStaffIdentity: {
    employeeId: EntityId;
    kind: DfnsStaffIdentity;
    orgId: EntityId;
    permissions: string[];
    scope: string;
    username: Username;
}

Type declaration

Generated using TypeDoc