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