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

    Interface NotEqualEmailMessageStateFilter

    interface NotEqualEmailMessageStateFilter {
        equal?: undefined;
        notEqual: State;
        notOneOf?: undefined;
        oneOf?: undefined;
    }
    Index

    Properties

    equal?: undefined
    notEqual: State

    Return only results that do not match the given state.

    notOneOf?: undefined
    oneOf?: undefined