Skip to content

Commit

Permalink
fix(types): correct interface (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinnot authored and callmehiphop committed Apr 4, 2019
1 parent 254f386 commit da5ed01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export type RowMetadata = any;
export type InsertRowsOptions = bigquery.ITableDataInsertAllRequest&{
autoCreate?: boolean;
raw?: boolean;
schema: string|{};
schema?: string|{};
};

export type InsertRowsResponse =
Expand Down

0 comments on commit da5ed01

Please sign in to comment.