Genres: complete dto and entity
This commit is contained in:
parent
5591101e64
commit
c0c9ebb038
2 changed files with 10 additions and 2 deletions
|
|
@ -1 +1,5 @@
|
||||||
export class GenreDto {}
|
export class GenreDto {
|
||||||
|
_id: string;
|
||||||
|
name: string;
|
||||||
|
showIDs: string[];
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1,5 @@
|
||||||
export class Genre {}
|
export class Genre {
|
||||||
|
_id: string;
|
||||||
|
name: string;
|
||||||
|
showIDs: string[];
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue