Skip to content

Commit 5274d84

Browse files
author
protobuf-ci-cd
committed
fix: export locality
1 parent 626f52f commit 5274d84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/client/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ export type { Money, ScwFile, TimeSeries } from './scw/custom-types'
2929
export * as Errors from './scw/errors/standard'
3030
export type { Region, Zone } from './scw/locality'
3131
export * from './internals'
32+
export { toApiLocality } from './scw/locality'
33+
export type { ApiLocality } from './scw/locality'

0 commit comments

Comments
 (0)