HeartbeatRecord
import type { HeartbeatRecord } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
A heartbeat record is returned as a progress indicator, when there are no data changes or any other partition record types in the change stream partition.
interface HeartbeatRecord {
timestamp?: Date;
}