Migrate from previous project with updated dependencies ready for March 2025
This commit is contained in:
1
src/lib/index.js
Normal file
1
src/lib/index.js
Normal file
@@ -0,0 +1 @@
|
||||
// place files you want to import through the `$lib` alias in this folder.
|
||||
25
src/lib/types.js
Normal file
25
src/lib/types.js
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* @typedef {Object} EventPost event object
|
||||
* @property {string} id - event id
|
||||
* @property {string} title - event title
|
||||
* @property {string} description - event description
|
||||
* @property {string} date - event date
|
||||
* @property {string} time - event time
|
||||
* @property {string} location - event location
|
||||
* @property {string} image - event image
|
||||
* @property {string} link - event link
|
||||
* @property {string} category - event category
|
||||
* @property {string} payment - event payment link (e.g., Zeffy)3
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} CouncilMember
|
||||
* @property {string} role
|
||||
* @property {string} name
|
||||
* @property {string} email
|
||||
* @property {string} image
|
||||
* @property {string} major
|
||||
* @property {string} year
|
||||
*/
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user