Interface IconPointExport

interface IconPointExport {
    width: number;
    height: number;
    x: number;
    y: number;
    id: string;
}

Properties

Properties

width: number
height: number
x: number
y: number
id: string