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

    Interface BooleanFilter

    Interface for defining a boolean value which can be used as a filter on list queries.

    interface BooleanFilter {
        equal?: boolean;
        notEqual?: boolean;
    }
    Index

    Properties

    Properties

    equal?: boolean

    Specified if the list operation should return items matching the specified value

    notEqual?: boolean

    Specified if the list operation should return items not matching the specified value