Skip to content

Commit

Permalink
build: add type for AssetServiceClient (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Nov 9, 2020
1 parent 2497c42 commit 11014a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/google-cloud-asset/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import * as v1p5beta1 from './v1p5beta1';
import * as v1 from './v1';

const AssetServiceClient = v1.AssetServiceClient;
type AssetServiceClient = v1.AssetServiceClient;

export {
v1beta1,
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-asset/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-asset.git",
"sha": "43dde85f123d0716b5c3b5aad3b3d1d8018399a6"
"sha": "3c1cb89c136232bf9b5c8a22e62124f7d48c7303"
}
},
{
Expand Down

0 comments on commit 11014a4

Please sign in to comment.