UNPKG

@ijodkor/nest-payme

Version:

NestJs ilovalar uchun Payme ETT bilan integratsiya qilish uchun kutubxona.

9 lines (8 loc) 327 B
import { RequestService } from "../../request/request.service"; export declare class CardService { private readonly request; constructor(request: RequestService); create({ number, expire, save }: any): Promise<any>; getCode(token: string): Promise<any>; verify(token: string, code: string): Promise<any>; }