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