0.1.6Updated a month ago
declare namespace Audience {
  type Meta = {
    total_additions: 'int'
    total_consumptions: 'int'
    total_expirations: 'int'
    aggregate_total: 'int'
  }
}