diff --git a/src/types.d.ts b/src/types.d.ts index 64f337b..45f7f36 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -176,8 +176,8 @@ interface KeyValue { } export interface Statistics { - max?: Uint8Array // binary representation - min?: Uint8Array // binary representation + max?: string + min?: string null_count?: number distinct_count?: number }