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