declare namespace Supply { namespace Meta { type Type = { item_count: 'int', total_items_allotted: 'int', total_value_allotted: 'int', } } }