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