Skip to content

Commit 41f8272

Browse files
authored
feat(tem): rename product from TEM to TransactionalEmail for clarity (#189)
1 parent 2f04309 commit 41f8272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clients/src/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ export * as RDB from './rdb'
1616
export * as Redis from './redis'
1717
export * as Registry from './registry'
1818
export * as Test from './test'
19-
export * as TEM from './tem'
19+
export * as TransactionalEmail from './tem'
2020
export * as VPC from './vpc'
2121
export * as VPCGW from './vpcgw'

0 commit comments

Comments
 (0)