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