fix: type errors

This commit is contained in:
John Yeo
2026-01-30 10:11:58 +00:00
parent a61ace6e10
commit a9a135b1cb

View File

@@ -2,6 +2,8 @@ import type { BinSizeEnum, FullCustomer, RangeEnum } from "@autumn/shared";
export type ClickHouseResult<T = Record<string, string | number>> = {
data: T[];
meta: { name: string }[];
rows: number;
};
export interface RawEventFromClickHouse {