export interface TransactionMembersOnResetPasswordRequest extends TransactionMembers { allowedIdentifiers: IdentifierType[] | null; requiredIdentifiers: IdentifierType[] | null; hasFlexibleIdentifier: boolean; }
Was this page helpful?