UNPKG

@medusajs/medusa

Version:

Building blocks for digital commerce

3 lines 256 B
import { MedusaContainer, PaymentCollectionDTO } from "@medusajs/framework/types"; export declare const refetchPaymentCollection: (id: string, scope: MedusaContainer, fields: string[]) => Promise<PaymentCollectionDTO>; //# sourceMappingURL=helpers.d.ts.map