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

EnterpriseCrmEventbusProtoCoordinate

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

Represents two-dimensional positions.

interface EnterpriseCrmEventbusProtoCoordinate {
x?: number;
y?: number;
}

§Properties

§
x?: number
[src]
§
y?: number
[src]