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

    Interface NotOneOfStateFilter

    interface NotOneOfStateFilter {
        equal?: undefined;
        notEqual?: undefined;
        notOneOf: ScheduledDraftMessageState[];
        oneOf?: undefined;
    }
    Index

    Properties

    equal?: undefined
    notEqual?: undefined

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

    oneOf?: undefined