this interface represents an item

interface Item {
    name: string;
}

Properties

Properties

name: string