/** * 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 { JobRelationshipsPersonasDataSchema } from './JobRelationshipsPersonasDataSchema'; /** * * @export * @interface JobRelationshipsPersonasSchema */ export interface JobRelationshipsPersonasSchema { /** * * @type {Array} * @memberof JobRelationshipsPersonasSchema */ data?: Array; } /** * Check if a given object implements the JobRelationshipsPersonasSchema interface. */ export declare function instanceOfJobRelationshipsPersonasSchema(value: object): value is JobRelationshipsPersonasSchema; export declare function JobRelationshipsPersonasSchemaFromJSON(json: any): JobRelationshipsPersonasSchema; export declare function JobRelationshipsPersonasSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobRelationshipsPersonasSchema; export declare function JobRelationshipsPersonasSchemaToJSON(json: any): JobRelationshipsPersonasSchema; export declare function JobRelationshipsPersonasSchemaToJSONTyped(value?: JobRelationshipsPersonasSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=JobRelationshipsPersonasSchema.d.ts.map