Implemented filter

This commit is contained in:
grimsi
2022-08-05 23:01:07 +02:00
parent ddc1c036b6
commit 04febd13d1
9 changed files with 250 additions and 48 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export class GenreDto {
slug!: string;
name?: string;
name!: string;
}
+1 -1
View File
@@ -1,4 +1,4 @@
export class ThemeDto {
slug!: string;
name?: string;
name!: string;
}