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