Skip to content

Commit

Permalink
fix(types): move JobLoadMetadata writeDisposition (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjenvanderende authored and JustinBeckwith committed Mar 1, 2019
1 parent 444ef11 commit 647eda0
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 @@ -119,8 +119,8 @@ export interface JobLoadMetadata {
field?: string;
requirePartitionFilter?: boolean;
type?: string;
writeDisposition?: string;
};
writeDisposition?: string;
}

export interface CreateExtractJobOptions {
Expand Down

0 comments on commit 647eda0

Please sign in to comment.