interface Point {
    id: string;
    slot: number;
}

Properties

Properties

id: string
slot: number