Skip to content

Commit ca57a3f

Browse files
author
mjolly
committed
fix: missingl ocality export
1 parent 8768d24 commit ca57a3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/client/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ export type { ClientConfig } from './scw/client-ini-factory'
2727
export { Decimal } from './scw/custom-types'
2828
export type { Money, ScwFile, TimeSeries } from './scw/custom-types'
2929
export * as Errors from './scw/errors/standard'
30-
export type { Region, Zone } from './scw/locality'
30+
export type { Region, Zone, ApiLocality } from './scw/locality'
31+
export { toApiLocality } from './scw/locality'
3132
export * from './internals'

0 commit comments

Comments
 (0)