edgeport - v1.0.3
    Preparing search index...

    Interface NotFilter

    Negation of a single sub-filter.

    interface NotFilter {
        filter: Filter;
        type: "not";
    }
    Index
    filter: Filter

    The negated filter.

    type: "not"

    Discriminator.