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