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