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