/** * 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 { FileRelationshipsTalentsDataSchema } from './FileRelationshipsTalentsDataSchema'; /** * Talents this file belongs to (e.g. an ATS-imported CV). Set at create by workflow actions (file:process relationships input). * @export * @interface FileRelationshipsTalentsSchema */ export interface FileRelationshipsTalentsSchema { /** * * @type {Array} * @memberof FileRelationshipsTalentsSchema */ data?: Array; } /** * Check if a given object implements the FileRelationshipsTalentsSchema interface. */ export declare function instanceOfFileRelationshipsTalentsSchema(value: object): value is FileRelationshipsTalentsSchema; export declare function FileRelationshipsTalentsSchemaFromJSON(json: any): FileRelationshipsTalentsSchema; export declare function FileRelationshipsTalentsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FileRelationshipsTalentsSchema; export declare function FileRelationshipsTalentsSchemaToJSON(json: any): FileRelationshipsTalentsSchema; export declare function FileRelationshipsTalentsSchemaToJSONTyped(value?: FileRelationshipsTalentsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=FileRelationshipsTalentsSchema.d.ts.map