Update schemas

This commit is contained in:
Antoine Phan
2025-07-19 18:40:49 -04:00
parent 9f1b893a96
commit 3366cebc99
3 changed files with 11 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ export type HomepageCMSResponse = {
}[];
};
export type OhCMSResponse = {
export type OfficeHour = {
day: string;
startTime: string;
endTime: string;
@@ -35,7 +35,7 @@ export type OhCMSResponse = {
name: string;
position: string;
};
}[];
};
export type CouncilMember = {
name: string;