export interface BillingPeriod { start_date: string; end_date: string; start_timestamp: number; end_timestamp: number; }