/** * Synapse REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const EvaluationRoundLimitType: { readonly TOTAL: "TOTAL"; readonly DAILY: "DAILY"; readonly WEEKLY: "WEEKLY"; readonly MONTHLY: "MONTHLY"; }; export type EvaluationRoundLimitType = typeof EvaluationRoundLimitType[keyof typeof EvaluationRoundLimitType]; export declare function instanceOfEvaluationRoundLimitType(value: any): boolean; export declare function EvaluationRoundLimitTypeFromJSON(json: any): EvaluationRoundLimitType; export declare function EvaluationRoundLimitTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): EvaluationRoundLimitType; export declare function EvaluationRoundLimitTypeToJSON(value?: EvaluationRoundLimitType | null): any; export declare function EvaluationRoundLimitTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): EvaluationRoundLimitType;