/** * 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 { SubmissionRelationshipsTalentsSchemaDataInner } from './SubmissionRelationshipsTalentsSchemaDataInner'; /** * * @export * @interface SubmissionRelationshipsTalentsSchema */ export interface SubmissionRelationshipsTalentsSchema { /** * * @type {Array} * @memberof SubmissionRelationshipsTalentsSchema */ data?: Array; } /** * Check if a given object implements the SubmissionRelationshipsTalentsSchema interface. */ export declare function instanceOfSubmissionRelationshipsTalentsSchema(value: object): value is SubmissionRelationshipsTalentsSchema; export declare function SubmissionRelationshipsTalentsSchemaFromJSON(json: any): SubmissionRelationshipsTalentsSchema; export declare function SubmissionRelationshipsTalentsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsTalentsSchema; export declare function SubmissionRelationshipsTalentsSchemaToJSON(json: any): SubmissionRelationshipsTalentsSchema; export declare function SubmissionRelationshipsTalentsSchemaToJSONTyped(value?: SubmissionRelationshipsTalentsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SubmissionRelationshipsTalentsSchema.d.ts.map