make link and formular nullable
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user