Represents the data of an item.

interface ICardViewItemData {
    id: string | number;
}

Properties

Properties

id: string | number