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

    Type Alias ExecuteSweepAccepted

    type ExecuteSweepAccepted = {
        queued: boolean;
        requestId: string;
        seed: number;
        shards: number;
        sweepId: string;
        totalRuns: number;
    }
    Index
    queued: boolean

    False when an identical sweep already exists and was not enqueued again.

    requestId: string
    seed: number

    Effective seed used to expand the sweep.

    shards: number
    sweepId: string
    totalRuns: number