UNPKG

@benshi.ai/js-sdk

Version:

Benshi SDK

20 lines (18 loc) 587 B
declare module "BsLog" declare module "ECommerce"; declare module "Loyalty"; declare module "Navigation"; declare module "ELearning"; declare module "Payments"; declare module "@benshi.ai/js-sdk" { export * from "ECommerce/typings" export * from "ELearning/typings" export * from "Loyalty/typings" export * from "Navigation/typings" export * from "typings.common" export { BsLog } from "BsLog" export { ECommerce } from "ECommerce" export { ELearning } from "ELearning" export { Loyalty } from "Loyalty" export { Navigation } from "Navigation" }