Interface for the item object.

interface Item {
    __EMPTY: string;
    __EMPTY_1: string;
    __EMPTY_2: string;
    __EMPTY_3: string;
    __EMPTY_4: string;
    __EMPTY_5: string;
    __EMPTY_6: string;
    __EMPTY_7: string;
    __EMPTY_8: string;
    __EMPTY_9: string;
    [key: string]: string;
}

Indexable

  • [key: string]: string

Properties

__EMPTY: string

The first property of the item

__EMPTY_1: string

The second property of the item

__EMPTY_2: string

The third property of the item

__EMPTY_3: string

The fourth property of the item

__EMPTY_4: string

The fifth property of the item

__EMPTY_5: string

The sixth property of the item

__EMPTY_6: string

The seventh property of the item

__EMPTY_7: string

The eighth property of the item

__EMPTY_8: string

The ninth property of the item

__EMPTY_9: string

The tenth property of the item