Type alias ListItem

ListItem: {
    body: ListBody;
    label: ListLabel;
    rect: Rect;
    type: "listItem";
}

Type declaration