Skip to content

Commit

Permalink
20946 updated alternate name interface to avoid stuttering
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim committed Apr 19, 2024
1 parent 2c979bc commit 8b80ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/interfaces/alternate-name-interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface AlternateNameIF {
entityType: CorpTypeCd
identifier: string
name: string
nameRegisteredDate: ApiDateTimeUtc
nameStartDate: IsoDatePacific
nameType: NameTypes
registeredDate: ApiDateTimeUtc
startDate: IsoDatePacific
type: NameTypes
}

0 comments on commit 8b80ca3

Please sign in to comment.