MysqlGtidPositionCopyimport 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.