Skip to content

Commit

Permalink
Merge pull request #157 from bcgov/Release/v1.6.1
Browse files Browse the repository at this point in the history
added to types school
  • Loading branch information
michaeltangbcgov authored Mar 8, 2024
2 parents 19b5797 + 6cf2f1c commit 8065634
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 8065634

Please sign in to comment.