Skip to content

Commit

Permalink
added to types school
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Mar 8, 2024
1 parent 912666a commit 6cf2f1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ export interface School {
grades: Grade[];
contacts: SchoolContact[];
addresses: Address[];
fundingGroupCode: string;
primaryK3: String,
elementary47: String,
juniorSecondary810: String,
seniorSecondary1112: String,
notes?: [];
}

Expand Down

0 comments on commit 6cf2f1c

Please sign in to comment.