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