UNPKG

qpay

Version:
9 lines (8 loc) 201 B
import { DeepLink } from "./deep-link"; export type QPayCreateInvoiceResponse = { invoice_id: string; qr_text: string; qr_image: string; qPay_shortUrl: string; urls: DeepLink[]; };