UNPKG

@fabrix/spool-cart

Version:

Spool - eCommerce Spool for Fabrix

19 lines (18 loc) 364 B
export declare const policies: { CartController: { create: { 'POST': string[]; 'PUT': string[]; }; checkout: { 'POST': string[]; 'PUT': string[]; }; }; CustomerController: { create: { 'POST': string[]; 'PUT': string[]; }; }; };