@benshi.ai/js-sdk
Version:
Benshi SDK
39 lines (38 loc) • 1.85 kB
TypeScript
/**
* This module was automatically generated by `ts-interface-builder`
*/
import * as t from "ts-interface-checker";
export declare const ECommerceTypes: t.TEnumType;
export declare const ItemAction: t.TEnumType;
export declare const ItemType: t.TEnumType;
export declare const StockStatus: t.TEnumType;
export declare const TypedItem: t.TIface;
export declare const BaseItemDetail: t.TIface;
export declare const MetaBloodItemDetail: t.TIntersection;
export declare const MetaOxygenItemDetail: t.TIntersection;
export declare const DrugItemDetail: t.TIntersection;
export declare const BloodItemDetail: t.TIntersection;
export declare const OxygenItemDetail: t.TIntersection;
export declare const MedicalEquipmentDetail: t.TIntersection;
export declare const MetaItemDetail: t.TUnion;
export declare const ItemDetail: t.TUnion;
export declare const ItemProperties: t.TIface;
export declare const InternalItemProperties: t.TIface;
export declare const CartAction: t.TEnumType;
export declare const CartProperties: t.TIface;
export declare const InternalCartProperties: t.TIface;
export declare const ListAction: t.TEnumType;
export declare const ListType: t.TEnumType;
export declare const CheckoutProperties: t.TIface;
export declare const InternalCheckoutProperties: t.TIface;
export declare const DeliveryAction: t.TEnumType;
export declare const DeliveryProperties: t.TIface;
export declare const DrugProperties: t.TIface;
export declare const InternalDrugProperties: t.TIface;
export declare const CancelType: t.TEnumType;
export declare const CancelCheckoutProperties: t.TIface;
export declare const ScheduleDeliveryAction: t.TEnumType;
export declare const ScheduleDeliveryProperties: t.TIface;
export declare const InternalScheduleDeliveryProperties: t.TIface;
declare const exportedTypeSuite: t.ITypeSuite;
export default exportedTypeSuite;