Skip to content

Commit

Permalink
build: add v1.GrafeasClient type (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Nov 6, 2020
1 parent 2ced630 commit 9eb1792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/grafeas/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import * as v1 from './v1';

const GrafeasClient = v1.GrafeasClient;
type GrafeasClient = v1.GrafeasClient;

export {v1, GrafeasClient};
export default {v1, GrafeasClient};
Expand Down
2 changes: 1 addition & 1 deletion packages/grafeas/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-grafeas.git",
"sha": "4654bfb7791fbbfe84f09d78279559e82d443be5"
"sha": "6639983a7340df1a8bde5f0fc0f10cbe3ec8add4"
}
},
{
Expand Down

0 comments on commit 9eb1792

Please sign in to comment.