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