export const SupplyMeta: Entity.Meta.Config = { item_count: 'int', total_items_allotted: 'int', total_value_allotted: 'int', } satisfies Supply.Meta.Type;