/** * 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 { MeetingRelationshipsLinksDataSchema } from './MeetingRelationshipsLinksDataSchema'; /** * URLs shared in this meeting, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links. * @export * @interface MeetingRelationshipsLinksSchema */ export interface MeetingRelationshipsLinksSchema { /** * * @type {Array} * @memberof MeetingRelationshipsLinksSchema */ data?: Array; } /** * Check if a given object implements the MeetingRelationshipsLinksSchema interface. */ export declare function instanceOfMeetingRelationshipsLinksSchema(value: object): value is MeetingRelationshipsLinksSchema; export declare function MeetingRelationshipsLinksSchemaFromJSON(json: any): MeetingRelationshipsLinksSchema; export declare function MeetingRelationshipsLinksSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingRelationshipsLinksSchema; export declare function MeetingRelationshipsLinksSchemaToJSON(json: any): MeetingRelationshipsLinksSchema; export declare function MeetingRelationshipsLinksSchemaToJSONTyped(value?: MeetingRelationshipsLinksSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=MeetingRelationshipsLinksSchema.d.ts.map