Skip to content

Commit

Permalink
ConfigEditor: Update MaxBytesBilled type
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanahuckova committed Jun 24, 2024
1 parent 131322e commit df49f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface BigQueryOptions extends DataSourceOptions {
processingLocation?: string;
queryPriority?: QueryPriority;
enableSecureSocksProxy?: boolean;
maxBytesBilled?: number;
MaxBytesBilled?: number;
}

export interface BigQuerySecureJsonData extends DataSourceSecureJsonData {}
Expand Down

0 comments on commit df49f65

Please sign in to comment.