This commit is contained in:
2026-02-21 12:59:15 +03:30
parent 986f852457
commit a636598683
4 changed files with 12 additions and 2 deletions
@@ -72,6 +72,12 @@ export class CreateInvoiceDto {
@IsString()
paymentMethod?: string
@IsOptional()
@IsString()
@ApiPropertyOptional()
description?: string;
// @IsArray()
// @Type(() => IAttachment)
// @ApiProperty({ type: [IAttachment] })