Steffany Brown
Results
1
issues of
Steffany Brown
In @google-cloud/bigquery we created a custom `File` type where we were supposed to be using a @google-cloud/storage `File` type. ``` export interface File { bucket: any; kmsKeyName?: string; userProject?: string;...
type: feature request