fix(backend): Fouten bij types opgelost

This commit is contained in:
Gerald Schmittinger 2025-05-13 21:12:49 +02:00
parent 96821c40ab
commit 63cf60409f
4 changed files with 15 additions and 7 deletions

View file

@ -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;
}