Type Alias IdentitySelection

IdentitySelection: {
    id: string;
    type: IdentityType;
}[]