/** * 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. */ /** * * @export * @interface CreateLinkRequestBodyDataAttributes */ export interface CreateLinkRequestBodyDataAttributes { /** * The URL to fetch and render to markdown. * @type {string} * @memberof CreateLinkRequestBodyDataAttributes */ sourceUrl: string; } /** * Check if a given object implements the CreateLinkRequestBodyDataAttributes interface. */ export declare function instanceOfCreateLinkRequestBodyDataAttributes(value: object): value is CreateLinkRequestBodyDataAttributes; export declare function CreateLinkRequestBodyDataAttributesFromJSON(json: any): CreateLinkRequestBodyDataAttributes; export declare function CreateLinkRequestBodyDataAttributesFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateLinkRequestBodyDataAttributes; export declare function CreateLinkRequestBodyDataAttributesToJSON(json: any): CreateLinkRequestBodyDataAttributes; export declare function CreateLinkRequestBodyDataAttributesToJSONTyped(value?: CreateLinkRequestBodyDataAttributes | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=CreateLinkRequestBodyDataAttributes.d.ts.map