/** * 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 JobAttributesSettingsConversationCandidateInterviewSchema */ export interface JobAttributesSettingsConversationCandidateInterviewSchema { /** * * @type {boolean} * @memberof JobAttributesSettingsConversationCandidateInterviewSchema */ enabled?: boolean; /** * * @type {boolean} * @memberof JobAttributesSettingsConversationCandidateInterviewSchema */ questions?: boolean; } /** * Check if a given object implements the JobAttributesSettingsConversationCandidateInterviewSchema interface. */ export declare function instanceOfJobAttributesSettingsConversationCandidateInterviewSchema(value: object): value is JobAttributesSettingsConversationCandidateInterviewSchema; export declare function JobAttributesSettingsConversationCandidateInterviewSchemaFromJSON(json: any): JobAttributesSettingsConversationCandidateInterviewSchema; export declare function JobAttributesSettingsConversationCandidateInterviewSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobAttributesSettingsConversationCandidateInterviewSchema; export declare function JobAttributesSettingsConversationCandidateInterviewSchemaToJSON(json: any): JobAttributesSettingsConversationCandidateInterviewSchema; export declare function JobAttributesSettingsConversationCandidateInterviewSchemaToJSONTyped(value?: JobAttributesSettingsConversationCandidateInterviewSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=JobAttributesSettingsConversationCandidateInterviewSchema.d.ts.map