/** * 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 { JobRelationshipsFormsDataSchema } from './JobRelationshipsFormsDataSchema'; /** * * @export * @interface JobRelationshipsFormsSchema */ export interface JobRelationshipsFormsSchema { /** * * @type {Array} * @memberof JobRelationshipsFormsSchema */ data?: Array; } /** * Check if a given object implements the JobRelationshipsFormsSchema interface. */ export declare function instanceOfJobRelationshipsFormsSchema(value: object): value is JobRelationshipsFormsSchema; export declare function JobRelationshipsFormsSchemaFromJSON(json: any): JobRelationshipsFormsSchema; export declare function JobRelationshipsFormsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobRelationshipsFormsSchema; export declare function JobRelationshipsFormsSchemaToJSON(json: any): JobRelationshipsFormsSchema; export declare function JobRelationshipsFormsSchemaToJSONTyped(value?: JobRelationshipsFormsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=JobRelationshipsFormsSchema.d.ts.map