Listory/src/music-library/dto/find-genre.dto.ts
2021-05-25 19:23:42 +02:00

3 lines
46 B
TypeScript

export class FindGenreDto {
name: string;
}