interface FilterValue {
    filters: FilterTuple;
    schema: ZodTypeAny;
}

Properties

Properties

filters: FilterTuple
schema: ZodTypeAny