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