forked from Yara724/api
fanavaran stage by stage implemented i am so bored to send smart commit sorry MR sina
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ApiProperty } from "@nestjs/swagger";
|
||||
import { ApiProperty, ApiPropertyOptional } from "@nestjs/swagger";
|
||||
|
||||
export class CreateClaimFromBlameResponseDto {
|
||||
@ApiProperty({
|
||||
@@ -23,4 +23,10 @@ export class CreateClaimFromBlameResponseDto {
|
||||
example: "Claim request created successfully",
|
||||
})
|
||||
message: string;
|
||||
|
||||
@ApiPropertyOptional({
|
||||
description:
|
||||
"Best-effort Fanavaran early submit result. Claim creation still succeeds when this contains a warning.",
|
||||
})
|
||||
fanavaran?: unknown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user