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