UNPKG

@promotedai/react-introspection

Version:

Promoted Introspection integration for React web apps

10 lines (9 loc) 192 B
export interface IntrospectionData { feature_floats: { [key: string]: number; }; feature_ints: { [key: string]: number; }; insertion_id: string; }