Skip to content

Commit

Permalink
fix: improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
tahmidrahman-dsi committed Jan 9, 2025
1 parent cc1a879 commit 4ac312d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/form/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ export interface IIDReaderFormField extends IFormFieldBase {
}

export type BannerType = 'pending' | 'verified' | 'failed'
export interface IBannerFormField extends IFormFieldBase {
export interface IIDVerificationBannerFormField extends IFormFieldBase {
type: typeof ID_VERIFICATION_BANNER
bannerType: BannerType
idFieldName: string
Expand Down Expand Up @@ -576,7 +576,7 @@ export type IFormField =
| IIDReaderFormField
| ILinkButtonFormField
| IHttpFormField
| IBannerFormField
| IIDVerificationBannerFormField

export interface SelectComponentOption {
value: string
Expand Down

0 comments on commit 4ac312d

Please sign in to comment.