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

    Interface NotOneOfEmailMessageStateFilter

    interface NotOneOfEmailMessageStateFilter {
        equal?: undefined;
        notEqual?: undefined;
        notOneOf: State[];
        oneOf?: undefined;
    }
    Index

    Properties

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

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

    oneOf?: undefined