ComputeTimeCursorResponse
import type { ComputeTimeCursorResponse } from "https://googleapis.deno.dev/v1/pubsublite:v1.ts";Response containing the cursor corresponding to a publish or event time in a topic partition.
interface ComputeTimeCursorResponse  {
cursor?: Cursor;
}