Interface AccountCreateValidatedCommandInputPrimary

interface AccountCreateValidatedCommandInputPrimary {
    birth: AccountBirth;
    firstName: string;
    isSecondaryAccountCreation: false;
}

Properties

firstName: string
isSecondaryAccountCreation: false