make link and formular nullable

This commit is contained in:
2026-01-30 14:26:19 +01:00
parent 021819a914
commit 3798232611

View File

@@ -8,9 +8,9 @@ export class MyEvent {
type: EventType;
content: string;
minitext: string;
link: string;
link: string|null;
foto: string;
formular: number;
formular: number|null;
}