This commit is contained in:
@@ -12,6 +12,11 @@ export class UpdateShopBackgroundDto {
|
|||||||
@IsString()
|
@IsString()
|
||||||
bgUrl?: string;
|
bgUrl?: string;
|
||||||
|
|
||||||
|
@ApiPropertyOptional({ example: '#000000', description: 'Menu color' })
|
||||||
|
@IsOptional()
|
||||||
|
@IsString()
|
||||||
|
menuColor?: string;
|
||||||
|
|
||||||
@ApiPropertyOptional({ example: '0.5', description: 'Background opacity' })
|
@ApiPropertyOptional({ example: '0.5', description: 'Background opacity' })
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
@IsString()
|
@IsString()
|
||||||
|
|||||||
Reference in New Issue
Block a user