Type ReferenceSDK TypesinterfacesAppendEventsParamsOn this pageAppendEventsParams@codebolt/types Interface: AppendEventsParams Defined in: common/types/src/codeboltjstypes/libFunctionTypes/eventLog.ts:92 Properties PropertyTypeDefined in autoCreateInstance?booleancommon/types/src/codeboltjstypes/libFunctionTypes/eventLog.ts:102 events{ event_type?: string; eventType?: string; metadata?: Record<string, any>; payload?: Record<string, any>; stream_id?: string; streamId?: string; }[]common/types/src/codeboltjstypes/libFunctionTypes/eventLog.ts:94 instanceIdstringcommon/types/src/codeboltjstypes/libFunctionTypes/eventLog.ts:93