Skip to content

Commit

Permalink
added nametypes enum
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim committed Apr 3, 2024
1 parent 74b9a95 commit e9dea99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/enums/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export * from './filing-types'
export * from './jurisdiction-location'
export * from './name-request-codes'
export * from './name-request-states'
export * from './name-types'
export * from './restoration-types'
export * from './role-types'
export * from './staff-payment-options'
Expand Down
4 changes: 4 additions & 0 deletions src/enums/name-types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export enum NameTypes {
DOING_BUSINESS_AS = 'DBA',
TRANSLATION = 'TRANSLATION'
}

0 comments on commit e9dea99

Please sign in to comment.