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