Schemas update + Image optimization
Resolves: https://github.com/mcgill-ecsess/ECSESS/issues/20
This commit is contained in:
@@ -11,6 +11,11 @@ export type EventPost = {
|
||||
payment: string; // event payment link (e.g., Zeffy)
|
||||
};
|
||||
|
||||
export type FAQ = {
|
||||
question: string;
|
||||
answer: string;
|
||||
}
|
||||
|
||||
import type { InputValue } from '@portabletext/svelte';
|
||||
|
||||
export type HomepageCMSResponse = {
|
||||
|
||||
Reference in New Issue
Block a user