Interface ItemId

Item Id schema

interface ItemId {
    name: string;
}

Properties

Properties

name: string