/** * 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 CandidateAttributesSchemaOverallMatchRating * Overall match rating (0-5). Persisted as a string in DDB on * legacy data and as an integer on newer rows; the oneOf * accepts both shapes so the SDK doesn't fail validation when * deserialising mixed-vintage candidates. * @export */ export type CandidateAttributesSchemaOverallMatchRating = number | string; export declare function CandidateAttributesSchemaOverallMatchRatingFromJSON(json: any): CandidateAttributesSchemaOverallMatchRating; export declare function CandidateAttributesSchemaOverallMatchRatingFromJSONTyped(json: any, ignoreDiscriminator: boolean): CandidateAttributesSchemaOverallMatchRating; export declare function CandidateAttributesSchemaOverallMatchRatingToJSON(json: any): any; export declare function CandidateAttributesSchemaOverallMatchRatingToJSONTyped(value?: CandidateAttributesSchemaOverallMatchRating | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=CandidateAttributesSchemaOverallMatchRating.d.ts.map