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

    Interface EqualDirectionFilter

    interface EqualDirectionFilter {
        equal: Direction;
        notEqual?: undefined;
    }
    Index

    Properties

    Properties

    equal: Direction

    Return only results that do not match the given direction.

    notEqual?: undefined