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