interface DataFilterOperator {
    type: string;
    name: string;
    operandSchema: any;
}

Properties

type: string
name: string
operandSchema: any