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