/** * 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. */ import type { ChatRelationshipsLinksDataSchema } from './ChatRelationshipsLinksDataSchema'; /** * URLs shared in this chat, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links. * @export * @interface ChatRelationshipsLinksSchema */ export interface ChatRelationshipsLinksSchema { /** * * @type {Array} * @memberof ChatRelationshipsLinksSchema */ data?: Array; } /** * Check if a given object implements the ChatRelationshipsLinksSchema interface. */ export declare function instanceOfChatRelationshipsLinksSchema(value: object): value is ChatRelationshipsLinksSchema; export declare function ChatRelationshipsLinksSchemaFromJSON(json: any): ChatRelationshipsLinksSchema; export declare function ChatRelationshipsLinksSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChatRelationshipsLinksSchema; export declare function ChatRelationshipsLinksSchemaToJSON(json: any): ChatRelationshipsLinksSchema; export declare function ChatRelationshipsLinksSchemaToJSONTyped(value?: ChatRelationshipsLinksSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ChatRelationshipsLinksSchema.d.ts.map