DataQueryConditional: Omit<DataQueryBase, "start_date"> & {
    function: "gt" | "gte" | "lt" | "lte" | "eq" | "ne";
    query: "conditional";
    start_date: Date | string;
    value: number;
}

Type declaration

  • function: "gt" | "gte" | "lt" | "lte" | "eq" | "ne"
  • query: "conditional"
  • start_date: Date | string
  • value: number