mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 02:39:14 +02:00
added page and edit backend for edit calendar by token
This commit is contained in:
10
frontend/src/model/calendar.ts
Normal file
10
frontend/src/model/calendar.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Module } from "./module";
|
||||
|
||||
export type Calendar = {
|
||||
collectionId: string;
|
||||
collectionName: string;
|
||||
created: string;
|
||||
id: string;
|
||||
modules: Module[];
|
||||
updated: string;
|
||||
}
|
Reference in New Issue
Block a user