diff --git a/static/gsApp/types/index.tsx b/static/gsApp/types/index.tsx index 892e33db64f425..adc477c5dde88c 100644 --- a/static/gsApp/types/index.tsx +++ b/static/gsApp/types/index.tsx @@ -571,8 +571,6 @@ export type BillingStatTotal = { }; export type CustomerUsage = { - onDemandEventsAllowed: number; - onDemandMaxSpend: number; periodEnd: string; periodStart: string; stats: Record; diff --git a/tests/js/getsentry-test/fixtures/customerUsage.ts b/tests/js/getsentry-test/fixtures/customerUsage.ts index 6348f0a605b192..4aac5c46e1afa3 100644 --- a/tests/js/getsentry-test/fixtures/customerUsage.ts +++ b/tests/js/getsentry-test/fixtures/customerUsage.ts @@ -8,8 +8,6 @@ export function CustomerUsageFixture( return { periodStart: '2022-06-01', periodEnd: '2022-06-30', - onDemandMaxSpend: 0, - onDemandEventsAllowed: 0, totals: { errors: UsageTotalFixture(), transactions: UsageTotalFixture(),