Add models

This commit is contained in:
2020-03-25 18:06:26 +01:00
parent e989189055
commit ca3d5f8a77
4 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,4 @@
export class Genre {
id: number;
name: string;
}