/** * 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. */ import type { ScheduleRelationshipsTalentSchemaData } from './ScheduleRelationshipsTalentSchemaData'; /** * Pointer to the talent this attendee IS, when known. * @export * @interface MeetingAttendeeRelationshipsSchemaTalent */ export interface MeetingAttendeeRelationshipsSchemaTalent { /** * * @type {ScheduleRelationshipsTalentSchemaData} * @memberof MeetingAttendeeRelationshipsSchemaTalent */ data?: ScheduleRelationshipsTalentSchemaData | null; } /** * Check if a given object implements the MeetingAttendeeRelationshipsSchemaTalent interface. */ export declare function instanceOfMeetingAttendeeRelationshipsSchemaTalent(value: object): value is MeetingAttendeeRelationshipsSchemaTalent; export declare function MeetingAttendeeRelationshipsSchemaTalentFromJSON(json: any): MeetingAttendeeRelationshipsSchemaTalent; export declare function MeetingAttendeeRelationshipsSchemaTalentFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingAttendeeRelationshipsSchemaTalent; export declare function MeetingAttendeeRelationshipsSchemaTalentToJSON(json: any): MeetingAttendeeRelationshipsSchemaTalent; export declare function MeetingAttendeeRelationshipsSchemaTalentToJSONTyped(value?: MeetingAttendeeRelationshipsSchemaTalent | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=MeetingAttendeeRelationshipsSchemaTalent.d.ts.map