videosphere
    Preparing search index...

    Type Alias YouTubeResumableProbeResult

    YouTubeResumableProbeResult:
        | { status: "resume"; bytesConfirmed: number }
        | { status: "complete"; platformVideoId: string }
        | { status: "invalid" }
        | { status: "unconfirmed" }

    Outcome of probing a stored YouTube resumable session (status query PUT with bytes-star-slash-total).