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