/** * 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 { ResponseRelationshipsJobSchemaData } from './ResponseRelationshipsJobSchemaData'; /** * * @export * @interface DocumentRelationshipsJobSchema */ export interface DocumentRelationshipsJobSchema { /** * * @type {ResponseRelationshipsJobSchemaData} * @memberof DocumentRelationshipsJobSchema */ data?: ResponseRelationshipsJobSchemaData; } /** * Check if a given object implements the DocumentRelationshipsJobSchema interface. */ export declare function instanceOfDocumentRelationshipsJobSchema(value: object): value is DocumentRelationshipsJobSchema; export declare function DocumentRelationshipsJobSchemaFromJSON(json: any): DocumentRelationshipsJobSchema; export declare function DocumentRelationshipsJobSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentRelationshipsJobSchema; export declare function DocumentRelationshipsJobSchemaToJSON(json: any): DocumentRelationshipsJobSchema; export declare function DocumentRelationshipsJobSchemaToJSONTyped(value?: DocumentRelationshipsJobSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=DocumentRelationshipsJobSchema.d.ts.map