export interface ModelRatesResponseModel {
    /** The cost multiplier for characters. */
    characterCostMultiplier: number;
}
