diff --git a/packages/typescript-client/src/types.ts b/packages/typescript-client/src/types.ts index a4cff5bee5..4f5e3b3d44 100644 --- a/packages/typescript-client/src/types.ts +++ b/packages/typescript-client/src/types.ts @@ -10,6 +10,7 @@ export type Value = | null | Extensions | Value[] + | readonly Value[] | { [key: string]: Value } export type Row = Record>