HoneyHive TypeScript API SDK
    Preparing search index...

    Type Alias CreateEventResponse

    Response after creating an event

    type CreateEventResponse = {
        event_id?: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    event_id?: string
    success: boolean