UNPKG

lc-client-sdk

Version:

Lockcommerce FrontEnd SDK

10 lines (9 loc) 317 B
import { CategoryService } from "../Services/Catalog/CategoryService"; import { ProductService } from "../Services/Catalog/ProductService"; export declare class Lc { CategoryService: CategoryService; ProductService: ProductService; ServiceBaseUrl: string; Id: number; Create: Function; }