UNPKG

@ijodkor/nest-payme

Version:

NestJs ilovalar uchun Payme ETT bilan integratsiya qilish uchun kutubxona.

13 lines (10 loc) 237 B
import { ApiProperty } from '@nestjs/swagger'; import { IsNotEmpty } from "class-validator"; export class ReceiptPayDto { @ApiProperty() @IsNotEmpty() declare id: string @ApiProperty() @IsNotEmpty() declare token: string }