UNPKG

@amplitude/ampli

Version:

Amplitude CLI

9 lines (8 loc) 160 B
export declare type PropertyModel = { id: string; name: string; description?: string; required: boolean; type: string; schema?: any; };