mirror of
https://github.com/apricote/Listory.git
synced 2026-02-07 10:17:02 +00:00
3 lines
46 B
TypeScript
3 lines
46 B
TypeScript
export class FindGenreDto {
|
|
name: string;
|
|
}
|