-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d636424
commit 25063f6
Showing
10 changed files
with
128 additions
and
20 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
declare module 'googleapis/build/src/apis/aiplatform/v1beta1' { | ||
export * from 'googleapis/build/src/apis/aiplatform/v1beta1'; | ||
} | ||
|
||
declare module 'googleapis/build/src/apis/compute/alpha' { | ||
export * from 'googleapis/build/src/apis/compute/alpha'; | ||
} | ||
|
||
declare module 'googleapis/build/src/apis/compute/beta' { | ||
export * from 'googleapis/build/src/apis/compute/beta'; | ||
} | ||
|
||
declare module 'googleapis/build/src/apis/compute/v1' { | ||
export * from 'googleapis/build/src/apis/compute/v1'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
declare module 'googleapis' { | ||
export * from 'googleapis/build/src/index'; | ||
} | ||
} | ||
|
||
declare module 'googleapis/build/src/apis/compute/v1' { | ||
export const compute_v1: any; | ||
} | ||
|
||
declare module 'googleapis/build/src/apis/compute/alpha' { | ||
export const compute_alpha: any; | ||
} | ||
|
||
declare module 'googleapis/build/src/apis/compute/beta' { | ||
export const compute_beta: any; | ||
} | ||
|
||
declare module 'googleapis/build/src/apis/aiplatform/v1beta1' { | ||
export const aiplatform_v1beta1: any; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters