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