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