/** * 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 { EmailRelationshipsJobsSchemaDataInner } from './EmailRelationshipsJobsSchemaDataInner'; /** * * @export * @interface BriefRelationshipsJobsSchema */ export interface BriefRelationshipsJobsSchema { /** * * @type {Array} * @memberof BriefRelationshipsJobsSchema */ data?: Array; } /** * Check if a given object implements the BriefRelationshipsJobsSchema interface. */ export declare function instanceOfBriefRelationshipsJobsSchema(value: object): value is BriefRelationshipsJobsSchema; export declare function BriefRelationshipsJobsSchemaFromJSON(json: any): BriefRelationshipsJobsSchema; export declare function BriefRelationshipsJobsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): BriefRelationshipsJobsSchema; export declare function BriefRelationshipsJobsSchemaToJSON(json: any): BriefRelationshipsJobsSchema; export declare function BriefRelationshipsJobsSchemaToJSONTyped(value?: BriefRelationshipsJobsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=BriefRelationshipsJobsSchema.d.ts.map