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

    Interface NotEqualStateFilter

    interface NotEqualStateFilter {
        equal?: undefined;
        notEqual: ScheduledDraftMessageState;
        notOneOf?: undefined;
        oneOf?: undefined;
    }
    Index

    Properties

    equal?: undefined

    Return only results that do not match the given state.

    notOneOf?: undefined
    oneOf?: undefined