/** * 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 { FileRelationshipsLinksDataSchema } from './FileRelationshipsLinksDataSchema'; /** * URLs found inside this file's content (e.g. a portfolio/LinkedIn URL in a CV), each fetched to markdown (Crawl4AI Link). To-many; container-owns-links. (Was to-one from the dead file<-screenshot<-link era; link and file are now independent.) * @export * @interface FileRelationshipsLinksSchema */ export interface FileRelationshipsLinksSchema { /** * * @type {Array} * @memberof FileRelationshipsLinksSchema */ data?: Array; } /** * Check if a given object implements the FileRelationshipsLinksSchema interface. */ export declare function instanceOfFileRelationshipsLinksSchema(value: object): value is FileRelationshipsLinksSchema; export declare function FileRelationshipsLinksSchemaFromJSON(json: any): FileRelationshipsLinksSchema; export declare function FileRelationshipsLinksSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FileRelationshipsLinksSchema; export declare function FileRelationshipsLinksSchemaToJSON(json: any): FileRelationshipsLinksSchema; export declare function FileRelationshipsLinksSchemaToJSONTyped(value?: FileRelationshipsLinksSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=FileRelationshipsLinksSchema.d.ts.map