Skip to content

Commit

Permalink
update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Jul 28, 2023
1 parent 68ac702 commit 95af99c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/google-cloud-aiplatform/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const MatchServiceClient = v1.MatchServiceClient;
type MatchServiceClient = v1.MatchServiceClient;
const ModelGardenServiceClient = v1.ModelGardenServiceClient;
type ModelGardenServiceClient = v1.ModelGardenServiceClient;
const scheduleServiceClient = v1.ScheduleServiceClient;
type scheduleServiceClient = v1.ScheduleServiceClient;
const ScheduleServiceClient = v1.ScheduleServiceClient;
type ScheduleServiceClient = v1.ScheduleServiceClient;

export {
v1beta1,
Expand All @@ -78,7 +78,7 @@ export {
TensorboardServiceClient,
MatchServiceClient,
ModelGardenServiceClient,
scheduleServiceClient,
ScheduleServiceClient,
};
export default {
v1beta1,
Expand All @@ -100,7 +100,7 @@ export default {
TensorboardServiceClient,
MatchServiceClient,
ModelGardenServiceClient,
scheduleServiceClient,
ScheduleServiceClient,
};
import * as protos from '../protos/protos';
export {protos};
Expand Down

0 comments on commit 95af99c

Please sign in to comment.