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