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