videosphere
    Preparing search index...

    Type Alias GoogleDriveResumableProbeResult

    GoogleDriveResumableProbeResult:
        | { status: "resume"; bytesConfirmed: number }
        | { status: "complete"; fileId: string }
        | { status: "invalid" }
        | { status: "unconfirmed" }

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