/** * 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 { FinderRelationshipsJobsDataSchema } from './FinderRelationshipsJobsDataSchema'; /** * * @export * @interface FinderRelationshipsJobsSchema */ export interface FinderRelationshipsJobsSchema { /** * * @type {Array} * @memberof FinderRelationshipsJobsSchema */ data?: Array; } /** * Check if a given object implements the FinderRelationshipsJobsSchema interface. */ export declare function instanceOfFinderRelationshipsJobsSchema(value: object): value is FinderRelationshipsJobsSchema; export declare function FinderRelationshipsJobsSchemaFromJSON(json: any): FinderRelationshipsJobsSchema; export declare function FinderRelationshipsJobsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FinderRelationshipsJobsSchema; export declare function FinderRelationshipsJobsSchemaToJSON(json: any): FinderRelationshipsJobsSchema; export declare function FinderRelationshipsJobsSchemaToJSONTyped(value?: FinderRelationshipsJobsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=FinderRelationshipsJobsSchema.d.ts.map