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

    Interface FlushMessageBodyCacheInput

    Input for SudoEmailClient.flushMessageBodyCache. Exactly one of sudoId or emailAddressId must be provided.

    FlushMessageBodyCacheInput

    interface FlushMessageBodyCacheInput {
        emailAddressId?: string;
        sudoId?: string;
    }
    Index

    Properties

    emailAddressId?: string

    Flush all cached entries belonging to this email address ID.

    sudoId?: string

    Flush all cached entries belonging to this sudo ID.