/** * 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 { TalentRelationshipsFilesDataSchema } from './TalentRelationshipsFilesDataSchema'; /** * * @export * @interface TalentRelationshipsFilesSchema */ export interface TalentRelationshipsFilesSchema { /** * * @type {Array} * @memberof TalentRelationshipsFilesSchema */ data?: Array; } /** * Check if a given object implements the TalentRelationshipsFilesSchema interface. */ export declare function instanceOfTalentRelationshipsFilesSchema(value: object): value is TalentRelationshipsFilesSchema; export declare function TalentRelationshipsFilesSchemaFromJSON(json: any): TalentRelationshipsFilesSchema; export declare function TalentRelationshipsFilesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TalentRelationshipsFilesSchema; export declare function TalentRelationshipsFilesSchemaToJSON(json: any): TalentRelationshipsFilesSchema; export declare function TalentRelationshipsFilesSchemaToJSONTyped(value?: TalentRelationshipsFilesSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=TalentRelationshipsFilesSchema.d.ts.map