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