diff --git a/typings/index.d.ts b/typings/index.d.ts index dd3cb105..ffa68a58 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -193,7 +193,7 @@ declare module 'client' { bins?: string[]; readAllBins?: boolean; ops?: any[]; - }, policy?: BatchPolicy, callback?: batchRecordsCallback | undefined): Promise | null; + }[], policy?: BatchPolicy, callback?: batchRecordsCallback | undefined): Promise | null; batchWrite(records: { type: number; key: Key;