/** * 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 JobAttributesSettingsConversationPersonaInterviewSchema */ export interface JobAttributesSettingsConversationPersonaInterviewSchema { /** * * @type {boolean} * @memberof JobAttributesSettingsConversationPersonaInterviewSchema */ enabled?: boolean; } /** * Check if a given object implements the JobAttributesSettingsConversationPersonaInterviewSchema interface. */ export declare function instanceOfJobAttributesSettingsConversationPersonaInterviewSchema(value: object): value is JobAttributesSettingsConversationPersonaInterviewSchema; export declare function JobAttributesSettingsConversationPersonaInterviewSchemaFromJSON(json: any): JobAttributesSettingsConversationPersonaInterviewSchema; export declare function JobAttributesSettingsConversationPersonaInterviewSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobAttributesSettingsConversationPersonaInterviewSchema; export declare function JobAttributesSettingsConversationPersonaInterviewSchemaToJSON(json: any): JobAttributesSettingsConversationPersonaInterviewSchema; export declare function JobAttributesSettingsConversationPersonaInterviewSchemaToJSONTyped(value?: JobAttributesSettingsConversationPersonaInterviewSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=JobAttributesSettingsConversationPersonaInterviewSchema.d.ts.map