import { ApiProperty } from '@nestjs/swagger'; export class MidtransDto { @ApiProperty({ type: String, example: '123', }) order_id: string; }