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