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