/** * 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 { CallRelationshipsLinksDataSchema } from './CallRelationshipsLinksDataSchema'; /** * URLs shared during this call, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links. * @export * @interface CallRelationshipsLinksSchema */ export interface CallRelationshipsLinksSchema { /** * * @type {Array} * @memberof CallRelationshipsLinksSchema */ data?: Array; } /** * Check if a given object implements the CallRelationshipsLinksSchema interface. */ export declare function instanceOfCallRelationshipsLinksSchema(value: object): value is CallRelationshipsLinksSchema; export declare function CallRelationshipsLinksSchemaFromJSON(json: any): CallRelationshipsLinksSchema; export declare function CallRelationshipsLinksSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CallRelationshipsLinksSchema; export declare function CallRelationshipsLinksSchemaToJSON(json: any): CallRelationshipsLinksSchema; export declare function CallRelationshipsLinksSchemaToJSONTyped(value?: CallRelationshipsLinksSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=CallRelationshipsLinksSchema.d.ts.map