/** * 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 { TalentRelationshipsFormsDataSchema } from './TalentRelationshipsFormsDataSchema'; /** * * @export * @interface TalentRelationshipsFormsSchema */ export interface TalentRelationshipsFormsSchema { /** * * @type {Array} * @memberof TalentRelationshipsFormsSchema */ data?: Array; } /** * Check if a given object implements the TalentRelationshipsFormsSchema interface. */ export declare function instanceOfTalentRelationshipsFormsSchema(value: object): value is TalentRelationshipsFormsSchema; export declare function TalentRelationshipsFormsSchemaFromJSON(json: any): TalentRelationshipsFormsSchema; export declare function TalentRelationshipsFormsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TalentRelationshipsFormsSchema; export declare function TalentRelationshipsFormsSchemaToJSON(json: any): TalentRelationshipsFormsSchema; export declare function TalentRelationshipsFormsSchemaToJSONTyped(value?: TalentRelationshipsFormsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=TalentRelationshipsFormsSchema.d.ts.map