interface Tip {
    height: number;
    id: string;
    slot: number;
}

Properties

Properties

height: number
id: string
slot: number