/** * Events accept billing metadata for ease of categorization in analytics * pipelines - this type enumerates known categories. */ export type BillingCategory = 'exampleBillingCategory'; /** * Events accept billing metadata for ease of categorization in analytics * pipelines - this type enumerates known products. */ export type BillingProduct = 'exampleBillingProduct'; //# sourceMappingURL=index.d.ts.map