Interface DirectThreadEventPathParsingResult

interface DirectThreadEventPathParsingResult {
    attributes: {
        thread_id: string;
    } & Record<string, string>;
    eventName: string;
}

Properties

attributes: {
    thread_id: string;
} & Record<string, string>
eventName: string