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

    Interface NotOneOfStatusFilter

    interface NotOneOfStatusFilter {
        equal?: undefined;
        notEqual?: undefined;
        notOneOf: EmailMaskStatus[];
        oneOf?: undefined;
    }
    Index

    Properties

    equal?: undefined
    notEqual?: undefined
    notOneOf: EmailMaskStatus[]

    Return only results that do not match any of the given statuses.

    oneOf?: undefined