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