UNPKG

ssr-web-avo-inspector

Version:

Avo Inspector for web with SSR and web workers support

12 lines (11 loc) 300 B
export declare class AvoSchemaParser { static extractSchema(eventProperties: { [propName: string]: any; }): Array<{ propertyName: string; propertyType: string; children?: any; }>; private static removeDuplicates; private static getPropValueType; }