mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-02 00:01:41 +02:00
Add models
This commit is contained in:
4
frontend/ng-karaoqueue/src/app/models/genre.model.ts
Normal file
4
frontend/ng-karaoqueue/src/app/models/genre.model.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export class Genre {
|
||||
id: number;
|
||||
name: string;
|
||||
}
|
Reference in New Issue
Block a user