@benshi.ai/js-sdk
Version:
Benshi SDK
40 lines (39 loc) • 1.85 kB
TypeScript
/**
* This module was automatically generated by `ts-interface-builder`
*/
import * as t from "ts-interface-checker";
export declare const NavigationTypes: t.TEnumType;
export declare const ContentBlock: t.TEnumType;
export declare const AppAction: t.TEnumType;
export declare const IdentifyAction: t.TEnumType;
export declare const MediaActionForVideo: t.TEnumType;
export declare const MediaActionForImage: t.TEnumType;
export declare const AppProperties: t.TIface;
export declare const IdentifyProperties: t.TIface;
export declare const UserInfo: t.TIface;
export declare const ImageProperties: t.TIface;
export declare const ImageType: t.TEnumType;
export declare const AudioVideoType: t.TEnumType;
export declare const AudioVideoProperties: t.TIface;
export declare const MediaProperties: t.TUnion;
export declare const InternalMediaProperties: t.TIntersection;
export declare const MediaData: t.TIface;
export declare const InternalMediaData: t.TIntersection;
export declare const PageType: t.TEnumType;
export declare const PageProperties: t.TIface;
export declare const NudgeAction: t.TEnumType;
export declare const NudgeResponseType: t.TEnumType;
export declare const NudgeResponseProperties: t.TIface;
export declare const SearchProperties: t.TIface;
export declare const InternalSearchProperties: t.TIface;
export declare const EducationLevel: t.TEnumType;
export declare const UserProperties: t.TIface;
export declare const InternalUserProperties: t.TIface;
export declare const TrackTypes: t.TEnumType;
export declare const TrackActions: t.TEnumType;
export declare const TrackProperties: t.TUnion;
export declare const TrackPropertiesInternal: t.TIntersection;
export declare const RateType: t.TEnumType;
export declare const RateProperties: t.TIface;
declare const exportedTypeSuite: t.ITypeSuite;
export default exportedTypeSuite;