Skip to content

Commit

Permalink
update profile schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 committed Nov 11, 2023
1 parent ca0a626 commit 199818d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ export interface Profile {
last_name: string;
location: string;
hours_per_month: number;
immigration_law_experience: ImmigrationLawExperienceEnum;
immigration_law_experience?: ImmigrationLawExperienceEnum;
bar_number?: string;
start_date: string;
availability_description?: string;
eoir_registered: boolean;
eoir_registered?: boolean;
}

export interface Interest {
Expand Down

0 comments on commit 199818d

Please sign in to comment.