/** * Kogui * Kogui App * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Especifica El resumen del rating para el evento o actividad. */ export interface RatingResumen { /** * Especifica el destino del rating. */ destino?: string; /** * Especifica el total de votos u opiniones emitidas. */ total?: number; /** * Especifica el promedio del rating. */ mean?: number; /** * Especifica la clasificacion del rating. */ range?: number; }