ListItem

interface ListItem {
    id?: string;
}

Properties

Properties

id?: string

ListItem