Loading backend/src/state/dto/state-res.dto.ts 0 → 100644 +10 −0 Original line number Diff line number Diff line import { ApiProperty } from '@nestjs/swagger'; export class StateResponseDto { @ApiProperty() stateId: number; @ApiProperty() name: string; @ApiProperty() imageURL: string; } Loading
backend/src/state/dto/state-res.dto.ts 0 → 100644 +10 −0 Original line number Diff line number Diff line import { ApiProperty } from '@nestjs/swagger'; export class StateResponseDto { @ApiProperty() stateId: number; @ApiProperty() name: string; @ApiProperty() imageURL: string; }