Skip to content
Snippets Groups Projects
Commit 3dee485d authored by Martin Korec's avatar Martin Korec
Browse files

fix: added movies to DirectorDTO

parent 855070b2
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,5 @@ export interface DirectorDTO {
name: string;
surname: string;
birthDate?: string;
movies: MovieDTO[];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment