/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Billing period information. */ export type BillingPeriod = { start_date: string; end_date: string; days: number; };