rewview
This commit is contained in:
@@ -47,3 +47,9 @@ export class FindReviewsDto {
|
||||
order?: 'asc' | 'desc';
|
||||
}
|
||||
|
||||
export class FindRestuarantReviewsDto extends FindReviewsDto {
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
@ApiPropertyOptional({ description: 'Restaurant slug to filter comments' })
|
||||
restuarantSlug?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user