UNPKG

autumn-js

Version:

Autumn JS Library

12 lines (9 loc) 327 B
import { C as CustomerData } from './cusTypes-BD42O-7Z.mjs'; declare const getPricingTableAction: (args: Omit<{ customerId?: string; customerData?: CustomerData; authProvider?: string; }, "customerId"> & { encryptedCustomerId?: string; }, request?: Request) => Promise<any>; export { getPricingTableAction };