/** * 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 { OperationRelationshipsJobDataSchema } from './OperationRelationshipsJobDataSchema'; /** * * @export * @interface OperationRelationshipsJobSchema */ export interface OperationRelationshipsJobSchema { /** * * @type {OperationRelationshipsJobDataSchema} * @memberof OperationRelationshipsJobSchema */ data?: OperationRelationshipsJobDataSchema | null; } /** * Check if a given object implements the OperationRelationshipsJobSchema interface. */ export declare function instanceOfOperationRelationshipsJobSchema(value: object): value is OperationRelationshipsJobSchema; export declare function OperationRelationshipsJobSchemaFromJSON(json: any): OperationRelationshipsJobSchema; export declare function OperationRelationshipsJobSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): OperationRelationshipsJobSchema; export declare function OperationRelationshipsJobSchemaToJSON(json: any): OperationRelationshipsJobSchema; export declare function OperationRelationshipsJobSchemaToJSONTyped(value?: OperationRelationshipsJobSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=OperationRelationshipsJobSchema.d.ts.map