Skip to content

Commit

Permalink
feat: export data types in index.ts (#1726)
Browse files Browse the repository at this point in the history
Fixes #1720
  • Loading branch information
surbhigarg92 authored Dec 15, 2022
1 parent bbf5269 commit 844f57f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1865,3 +1865,4 @@ import * as protos from '../protos/protos';
import IInstanceConfig = instanceAdmin.spanner.admin.instance.v1.IInstanceConfig;
export {v1, protos};
export default {Spanner};
export {Float, Int, Struct, Numeric, PGNumeric, SpannerDate};

0 comments on commit 844f57f

Please sign in to comment.