mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-21 16:25:11 +02:00
feat: Add to library, my library
This commit is contained in:
@@ -22,3 +22,8 @@ export class PaginationParamsDto implements PaginationParams {
|
||||
@ApiProperty()
|
||||
itemsPerPage: number;
|
||||
}
|
||||
|
||||
export class SuccessResponseDto {
|
||||
@ApiProperty()
|
||||
success: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user