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