@sudoplatform/sudo-email

    Interface UpdateEmailAddressMetadataInput

    Input for SudoEmailClient.updateEmailAddressMetadata.

    UpdateEmailAddressMetadataInput

    interface UpdateEmailAddressMetadataInput {
        id: string;
        values: { alias?: string };
    }
    Index

    Properties

    Properties

    id: string

    The id of the email address to update.

    values: { alias?: string }

    The new value(s) to set for each listed email address.

    MMNEPVFCICPMFPCPTTAAATR