/** * 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 { FileRelationshipsCandidatesDataSchema } from './FileRelationshipsCandidatesDataSchema'; /** * Candidates (applications) this file belongs to. Set at create by workflow actions (file:process relationships input). * @export * @interface FileRelationshipsCandidatesSchema */ export interface FileRelationshipsCandidatesSchema { /** * * @type {Array} * @memberof FileRelationshipsCandidatesSchema */ data?: Array; } /** * Check if a given object implements the FileRelationshipsCandidatesSchema interface. */ export declare function instanceOfFileRelationshipsCandidatesSchema(value: object): value is FileRelationshipsCandidatesSchema; export declare function FileRelationshipsCandidatesSchemaFromJSON(json: any): FileRelationshipsCandidatesSchema; export declare function FileRelationshipsCandidatesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FileRelationshipsCandidatesSchema; export declare function FileRelationshipsCandidatesSchemaToJSON(json: any): FileRelationshipsCandidatesSchema; export declare function FileRelationshipsCandidatesSchemaToJSONTyped(value?: FileRelationshipsCandidatesSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=FileRelationshipsCandidatesSchema.d.ts.map