This is barely functionnal, but at least it can display some data without crashing Most other functionnalities other than displaying events are broken, and so are the relative date operations, they need to be fixed asap
5 lines
58 B
TypeScript
5 lines
58 B
TypeScript
export interface Category {
|
|
id: number
|
|
name: string
|
|
}
|