/** * 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. */ /** * * @export * @interface FileRelationshipsCandidatesDataSchema */ export interface FileRelationshipsCandidatesDataSchema { /** * * @type {string} * @memberof FileRelationshipsCandidatesDataSchema */ type?: string; /** * * @type {string} * @memberof FileRelationshipsCandidatesDataSchema */ id?: string; } /** * Check if a given object implements the FileRelationshipsCandidatesDataSchema interface. */ export declare function instanceOfFileRelationshipsCandidatesDataSchema(value: object): value is FileRelationshipsCandidatesDataSchema; export declare function FileRelationshipsCandidatesDataSchemaFromJSON(json: any): FileRelationshipsCandidatesDataSchema; export declare function FileRelationshipsCandidatesDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FileRelationshipsCandidatesDataSchema; export declare function FileRelationshipsCandidatesDataSchemaToJSON(json: any): FileRelationshipsCandidatesDataSchema; export declare function FileRelationshipsCandidatesDataSchemaToJSONTyped(value?: FileRelationshipsCandidatesDataSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=FileRelationshipsCandidatesDataSchema.d.ts.map