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