/** * 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. */ import type { JobRelationshipsPersonasSchema } from './JobRelationshipsPersonasSchema'; import type { JobRelationshipsFeedbacksSchema } from './JobRelationshipsFeedbacksSchema'; import type { JobRelationshipsOperationsSchema } from './JobRelationshipsOperationsSchema'; import type { JobRelationshipsCandidatesSchema } from './JobRelationshipsCandidatesSchema'; import type { JobRelationshipsConversationsSchema } from './JobRelationshipsConversationsSchema'; import type { JobRelationshipsAssessmentsSchema } from './JobRelationshipsAssessmentsSchema'; import type { JobRelationshipsBriefsSchema } from './JobRelationshipsBriefsSchema'; import type { JobRelationshipsAdsSchema } from './JobRelationshipsAdsSchema'; import type { JobRelationshipsTasksSchema } from './JobRelationshipsTasksSchema'; import type { JobRelationshipsFormsSchema } from './JobRelationshipsFormsSchema'; import type { JobRelationshipsUsersSchema } from './JobRelationshipsUsersSchema'; /** * * @export * @interface JobRelationshipsSchema */ export interface JobRelationshipsSchema { /** * * @type {JobRelationshipsCandidatesSchema} * @memberof JobRelationshipsSchema */ candidates?: JobRelationshipsCandidatesSchema; /** * * @type {JobRelationshipsOperationsSchema} * @memberof JobRelationshipsSchema */ operations?: JobRelationshipsOperationsSchema; /** * * @type {JobRelationshipsConversationsSchema} * @memberof JobRelationshipsSchema */ conversations?: JobRelationshipsConversationsSchema; /** * * @type {JobRelationshipsPersonasSchema} * @memberof JobRelationshipsSchema */ personas?: JobRelationshipsPersonasSchema; /** * * @type {JobRelationshipsFormsSchema} * @memberof JobRelationshipsSchema */ forms?: JobRelationshipsFormsSchema; /** * * @type {JobRelationshipsAdsSchema} * @memberof JobRelationshipsSchema */ ads?: JobRelationshipsAdsSchema; /** * * @type {JobRelationshipsAssessmentsSchema} * @memberof JobRelationshipsSchema */ assessments?: JobRelationshipsAssessmentsSchema; /** * * @type {JobRelationshipsFeedbacksSchema} * @memberof JobRelationshipsSchema */ feedbacks?: JobRelationshipsFeedbacksSchema; /** * * @type {JobRelationshipsBriefsSchema} * @memberof JobRelationshipsSchema */ briefs?: JobRelationshipsBriefsSchema; /** * * @type {JobRelationshipsUsersSchema} * @memberof JobRelationshipsSchema */ users?: JobRelationshipsUsersSchema; /** * * @type {JobRelationshipsTasksSchema} * @memberof JobRelationshipsSchema */ tasks?: JobRelationshipsTasksSchema; } /** * Check if a given object implements the JobRelationshipsSchema interface. */ export declare function instanceOfJobRelationshipsSchema(value: object): value is JobRelationshipsSchema; export declare function JobRelationshipsSchemaFromJSON(json: any): JobRelationshipsSchema; export declare function JobRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobRelationshipsSchema; export declare function JobRelationshipsSchemaToJSON(json: any): JobRelationshipsSchema; export declare function JobRelationshipsSchemaToJSONTyped(value?: JobRelationshipsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=JobRelationshipsSchema.d.ts.map