/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * @type CandidateAttributesSchemaPrevOverallMatchRating * Previous overall match rating before recalculation. Same * int/string ambivalence as overallMatchRating - oneOf * accepts both. * @export */ export type CandidateAttributesSchemaPrevOverallMatchRating = number | string; export declare function CandidateAttributesSchemaPrevOverallMatchRatingFromJSON(json: any): CandidateAttributesSchemaPrevOverallMatchRating; export declare function CandidateAttributesSchemaPrevOverallMatchRatingFromJSONTyped(json: any, ignoreDiscriminator: boolean): CandidateAttributesSchemaPrevOverallMatchRating; export declare function CandidateAttributesSchemaPrevOverallMatchRatingToJSON(json: any): any; export declare function CandidateAttributesSchemaPrevOverallMatchRatingToJSONTyped(value?: CandidateAttributesSchemaPrevOverallMatchRating | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=CandidateAttributesSchemaPrevOverallMatchRating.d.ts.map