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