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

    Interface NotEqualStatusFilter

    interface NotEqualStatusFilter {
        equal?: undefined;
        notEqual: EmailMaskStatus;
        notOneOf?: undefined;
        oneOf?: undefined;
    }
    Index

    Properties

    equal?: undefined
    notEqual: EmailMaskStatus

    Return only results that do not match the given status.

    notOneOf?: undefined
    oneOf?: undefined