Skip to content

Commit

Permalink
refactor(user/types): add status values
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-willis-arcadis committed Nov 4, 2024
1 parent 6599af5 commit 3732363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/user/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface MobilityProfile {

export interface CompanionInfo {
email: string
status?: string
status?: 'PENDING' | 'CONFIRMED' | 'INVALID'
}

/**
Expand Down

0 comments on commit 3732363

Please sign in to comment.