jamespot-user-api
    Preparing search index...

    Type Alias Filter

    type Filter = {
        isNotNull?: boolean;
        isNull?: boolean;
        method?: Methods;
        name: string;
        operator?: Operators;
        or?: boolean;
        value: FilterValue;
    }
    Index

    Properties

    isNotNull?: boolean
    isNull?: boolean
    method?: Methods
    name: string
    operator?: Operators
    or?: boolean