/** * This file was auto-generated by Fern from our API Definition. */ export type ExtendedSubscriptionResponseModelBillingPeriod = "monthly_period" | "annual_period"; export declare const ExtendedSubscriptionResponseModelBillingPeriod: { readonly MonthlyPeriod: "monthly_period"; readonly AnnualPeriod: "annual_period"; };