Skip to content

Commit

Permalink
updated the types
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Mar 7, 2024
1 parent 5b4d2dc commit c1ef589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ export interface School {
grades: Grade[];
contacts: SchoolContact[];
addresses: Address[];
fundingGroupSubCode: string;
fundingGroupCode: string;
notes?: [];
}

Expand Down

0 comments on commit c1ef589

Please sign in to comment.