interface EntityLandmark {
    type?: string;
    x?: number;
    y?: number;
}

Properties

Properties

type?: string
x?: number
y?: number