export default interface IItemTypeDescription {
    identifier: string;
    category?: string;
}
