/** * 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 { JobRelationshipsTasksDataSchema } from './JobRelationshipsTasksDataSchema'; /** * * @export * @interface JobRelationshipsTasksSchema */ export interface JobRelationshipsTasksSchema { /** * * @type {Array} * @memberof JobRelationshipsTasksSchema */ data?: Array; } /** * Check if a given object implements the JobRelationshipsTasksSchema interface. */ export declare function instanceOfJobRelationshipsTasksSchema(value: object): value is JobRelationshipsTasksSchema; export declare function JobRelationshipsTasksSchemaFromJSON(json: any): JobRelationshipsTasksSchema; export declare function JobRelationshipsTasksSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobRelationshipsTasksSchema; export declare function JobRelationshipsTasksSchemaToJSON(json: any): JobRelationshipsTasksSchema; export declare function JobRelationshipsTasksSchemaToJSONTyped(value?: JobRelationshipsTasksSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=JobRelationshipsTasksSchema.d.ts.map