Interface IItem

interface IItem {
    id: string;
    text: string;
}

Properties

Properties

id: string
text: string