feat: Add to library, my library

This commit is contained in:
Aleksi Lassila
2024-12-14 03:55:17 +02:00
parent 1b50d24161
commit dfffd01e7c
27 changed files with 867 additions and 201 deletions

View File

@@ -22,3 +22,8 @@ export class PaginationParamsDto implements PaginationParams {
@ApiProperty()
itemsPerPage: number;
}
export class SuccessResponseDto {
@ApiProperty()
success: boolean;
}