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