/** * 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. */ /** * * @export * @interface JobAttributesSettingsCriteriasSchema */ export interface JobAttributesSettingsCriteriasSchema { /** * Overall criteria weight * @type {string} * @memberof JobAttributesSettingsCriteriasSchema */ weight?: string; /** * * @type {string} * @memberof JobAttributesSettingsCriteriasSchema */ mandatoryCriteriaRejectionRating?: string; /** * * @type {string} * @memberof JobAttributesSettingsCriteriasSchema */ mandatoryCriteriaSatisfyRating?: string; } /** * Check if a given object implements the JobAttributesSettingsCriteriasSchema interface. */ export declare function instanceOfJobAttributesSettingsCriteriasSchema(value: object): value is JobAttributesSettingsCriteriasSchema; export declare function JobAttributesSettingsCriteriasSchemaFromJSON(json: any): JobAttributesSettingsCriteriasSchema; export declare function JobAttributesSettingsCriteriasSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobAttributesSettingsCriteriasSchema; export declare function JobAttributesSettingsCriteriasSchemaToJSON(json: any): JobAttributesSettingsCriteriasSchema; export declare function JobAttributesSettingsCriteriasSchemaToJSONTyped(value?: JobAttributesSettingsCriteriasSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=JobAttributesSettingsCriteriasSchema.d.ts.map