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

MysqlGtidPosition

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

MySQL GTID position

interface MysqlGtidPosition {
gtidSet?: string;
}

§Properties

§
gtidSet?: string
[src]

Required. The gtid set to start replication from.