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

    Interface EqualStateFilter

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

    Properties

    Return only results that match the given state.

    notEqual?: undefined
    notOneOf?: undefined
    oneOf?: undefined