@qtsurfer/api-client
    Preparing search index...

    Type Alias PublicLiveRun

    A run as it appears in GET /live/public — never reveals who owns it or which strategy it runs.

    type PublicLiveRun = {
        createdAtMs: number;
        description?: string;
        name?: string;
        runId: string;
        sources: LiveSource[];
        state: string;
    }
    Index
    createdAtMs: number
    description?: string
    name?: string
    runId: string
    sources: LiveSource[]
    state: string