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

    Interface NotEqualDirectionFilter

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

    Properties

    Properties

    equal?: undefined
    notEqual: Direction

    Return only results that do not match the given direction.