Skip to content

Commit

Permalink
fix(types): wrap GetSignedUrlResponse (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored Mar 20, 2020
1 parent cdbe1c7 commit 0c7ac16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ export interface GetSignedUrlConfig {
queryParams?: Query;
}

export type GetSignedUrlResponse = [GetSignedUrlResponse];

export interface GetFileMetadataOptions {
userProject?: string;
}
Expand Down

0 comments on commit 0c7ac16

Please sign in to comment.