forked from Shared/esg
initial commit
This commit is contained in:
12
src/inquiry/dto/sayah-response.dto.ts
Normal file
12
src/inquiry/dto/sayah-response.dto.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { ApiPropertyOptional } from '@nestjs/swagger';
|
||||
|
||||
export class SayahResponseDto {
|
||||
@ApiPropertyOptional()
|
||||
ReturnValue?: boolean;
|
||||
|
||||
@ApiPropertyOptional()
|
||||
HasError?: boolean;
|
||||
|
||||
@ApiPropertyOptional({ type: Object, nullable: true })
|
||||
Errors?: Record<string, string> | null;
|
||||
}
|
||||
Reference in New Issue
Block a user