/** * 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. */ /** * * @export * @interface SubmissionRelationshipsTalentSchemaData */ export interface SubmissionRelationshipsTalentSchemaData { /** * * @type {string} * @memberof SubmissionRelationshipsTalentSchemaData */ type?: string; /** * * @type {string} * @memberof SubmissionRelationshipsTalentSchemaData */ id?: string; } /** * Check if a given object implements the SubmissionRelationshipsTalentSchemaData interface. */ export declare function instanceOfSubmissionRelationshipsTalentSchemaData(value: object): value is SubmissionRelationshipsTalentSchemaData; export declare function SubmissionRelationshipsTalentSchemaDataFromJSON(json: any): SubmissionRelationshipsTalentSchemaData; export declare function SubmissionRelationshipsTalentSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsTalentSchemaData; export declare function SubmissionRelationshipsTalentSchemaDataToJSON(json: any): SubmissionRelationshipsTalentSchemaData; export declare function SubmissionRelationshipsTalentSchemaDataToJSONTyped(value?: SubmissionRelationshipsTalentSchemaData | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SubmissionRelationshipsTalentSchemaData.d.ts.map