0.1.6Updated a month ago
export const SupplyMeta: Entity.Meta.Config = {
  item_count: 'int',

  total_items_allotted: 'int',
  total_value_allotted: 'int',

  pool_count: 'int',
} satisfies Supply.Meta;