Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ComputeHeadCursorResponse

import type { ComputeHeadCursorResponse } from "https://googleapis.deno.dev/v1/pubsublite:v1.ts";

Response containing the head cursor for the requested topic and partition.

interface ComputeHeadCursorResponse {
headCursor?: Cursor;
}

§Properties

§
headCursor?: Cursor
[src]

The head cursor.