UNPKG

autumn-js

Version:

Autumn JS Library

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