@sudoplatform/sudo-email
    Preparing search index...

    Interface UpdateEmailMaskInput

    Input for SudoEmailClient.updateEmailMask

    UpdateEmailMaskInput

    interface UpdateEmailMaskInput {
        emailMaskId: string;
        expiresAt?: null | Date;
        metadata?: null | Record<string, any>;
    }
    Index

    Properties

    emailMaskId: string

    The identifier of the email mask to update.

    expiresAt?: null | Date

    Optional expiration date for the email mask. To remove existing expiration, set to null.

    metadata?: null | Record<string, any>

    Optional metadata to associate with the email mask. To remove existing metadata, set to null.