/** * 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 { TalentRelationshipsTasksSchemaDataInner } from './TalentRelationshipsTasksSchemaDataInner'; /** * * @export * @interface TalentRelationshipsTasksSchema */ export interface TalentRelationshipsTasksSchema { /** * * @type {Array} * @memberof TalentRelationshipsTasksSchema */ data?: Array; } /** * Check if a given object implements the TalentRelationshipsTasksSchema interface. */ export declare function instanceOfTalentRelationshipsTasksSchema(value: object): value is TalentRelationshipsTasksSchema; export declare function TalentRelationshipsTasksSchemaFromJSON(json: any): TalentRelationshipsTasksSchema; export declare function TalentRelationshipsTasksSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TalentRelationshipsTasksSchema; export declare function TalentRelationshipsTasksSchemaToJSON(json: any): TalentRelationshipsTasksSchema; export declare function TalentRelationshipsTasksSchemaToJSONTyped(value?: TalentRelationshipsTasksSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=TalentRelationshipsTasksSchema.d.ts.map