fix(backend): Fouten bij types opgelost
This commit is contained in:
parent
96821c40ab
commit
63cf60409f
4 changed files with 15 additions and 7 deletions
|
@ -79,6 +79,8 @@ export interface LearningObjectMetadata {
|
|||
target_ages: number[];
|
||||
content_type: string; // Markdown, image, etc.
|
||||
content_location?: string;
|
||||
copyright?: string;
|
||||
license?: string;
|
||||
skos_concepts?: string[];
|
||||
return_value?: ReturnValue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue