UNPKG

@lomi./sdk

Version:
11 lines (10 loc) 288 B
import type { CreatePaymentLink } from './CreatePaymentLink'; export type PaymentLink = (CreatePaymentLink & { link_id?: string; organization_id?: string; url?: string; allow_quantity?: boolean; quantity?: number; created_at?: string; updated_at?: string; });