mirror of
https://github.com/apricote/Listory.git
synced 2026-02-08 18:57:03 +00:00
4 lines
46 B
TypeScript
4 lines
46 B
TypeScript
|
|
export class FindGenreDto {
|
||
|
|
name: string;
|
||
|
|
}
|