/** * 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 { AdRelationshipsJobDataSchema } from './AdRelationshipsJobDataSchema'; /** * * @export * @interface AdRelationshipsJobSchema */ export interface AdRelationshipsJobSchema { /** * * @type {AdRelationshipsJobDataSchema} * @memberof AdRelationshipsJobSchema */ data?: AdRelationshipsJobDataSchema | null; } /** * Check if a given object implements the AdRelationshipsJobSchema interface. */ export declare function instanceOfAdRelationshipsJobSchema(value: object): value is AdRelationshipsJobSchema; export declare function AdRelationshipsJobSchemaFromJSON(json: any): AdRelationshipsJobSchema; export declare function AdRelationshipsJobSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): AdRelationshipsJobSchema; export declare function AdRelationshipsJobSchemaToJSON(json: any): AdRelationshipsJobSchema; export declare function AdRelationshipsJobSchemaToJSONTyped(value?: AdRelationshipsJobSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=AdRelationshipsJobSchema.d.ts.map