feat(common): add user request type
This commit is contained in:
parent
9d1a357b5b
commit
d4af1d743e
2 changed files with 4 additions and 0 deletions
3
packages/common/src/Domain/User/UserRequestType.ts
Normal file
3
packages/common/src/Domain/User/UserRequestType.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export enum UserRequestType {
|
||||
ExitDiscount = 'exit-discount',
|
||||
}
|
|
@ -23,6 +23,7 @@ export * from './Subscription/SubscriptionBillingFrequency'
|
|||
export * from './Subscription/SubscriptionName'
|
||||
export * from './Type/Either'
|
||||
export * from './Type/Only'
|
||||
export * from './User/UserRequestType'
|
||||
export * from './Validator/UuidValidator'
|
||||
export * from './Validator/ValidatorInterface'
|
||||
export * from './Workspace/WorkspaceAccessLevel'
|
||||
|
|
Loading…
Reference in a new issue