make link and formular nullable
This commit is contained in:
@@ -8,9 +8,9 @@ export class MyEvent {
|
|||||||
type: EventType;
|
type: EventType;
|
||||||
content: string;
|
content: string;
|
||||||
minitext: string;
|
minitext: string;
|
||||||
link: string;
|
link: string|null;
|
||||||
foto: string;
|
foto: string;
|
||||||
formular: number;
|
formular: number|null;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user