@fabrix/spool-cart
Version:
Spool - eCommerce Spool for Fabrix
11 lines (10 loc) • 353 B
TypeScript
import { FabrixService as Service } from '@fabrix/fabrix/dist/common';
export declare class ShopService extends Service {
publish(type: any, event: any, options?: {
save?: boolean;
transaction?: any;
include?: any;
}): any;
create(data: any, options: any): any;
update(shop: any, data: any, options: any): any;
}