/** * 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 { JobRelationshipsFeedbacksDataSchema } from './JobRelationshipsFeedbacksDataSchema'; /** * * @export * @interface JobRelationshipsFeedbacksSchema */ export interface JobRelationshipsFeedbacksSchema { /** * * @type {Array} * @memberof JobRelationshipsFeedbacksSchema */ data?: Array; } /** * Check if a given object implements the JobRelationshipsFeedbacksSchema interface. */ export declare function instanceOfJobRelationshipsFeedbacksSchema(value: object): value is JobRelationshipsFeedbacksSchema; export declare function JobRelationshipsFeedbacksSchemaFromJSON(json: any): JobRelationshipsFeedbacksSchema; export declare function JobRelationshipsFeedbacksSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobRelationshipsFeedbacksSchema; export declare function JobRelationshipsFeedbacksSchemaToJSON(json: any): JobRelationshipsFeedbacksSchema; export declare function JobRelationshipsFeedbacksSchemaToJSONTyped(value?: JobRelationshipsFeedbacksSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=JobRelationshipsFeedbacksSchema.d.ts.map