interface CollectEvent {
    content?: Record<string, string>;
    identities?: Record<string, any>;
    origin?: string;
    properties?: Record<string, any>;
    type: string;
}

属性

content?: Record<string, string>
identities?: Record<string, any>
origin?: string
properties?: Record<string, any>
type: string