@valon-technologies/gestalt
    Preparing search index...

    Interface AppendRuntimeLogsRequest

    interface AppendRuntimeLogsRequest {
        sessionId: string;
        logs: RuntimeLogEntry[];
    }
    Index

    Properties

    Properties

    sessionId: string