/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../index"; import * as Flatfile from "../../../../api/index"; import * as core from "../../../../core"; import { DataClipId } from "../../commons/types/DataClipId"; import { SheetId } from "../../commons/types/SheetId"; export declare const DataClip: core.serialization.ObjectSchema; export declare namespace DataClip { interface Raw { id: DataClipId.Raw; name: string; description?: string | null; sourceSheetId: SheetId.Raw; clipSheetId: SheetId.Raw; workbookId: string; status: string; createdBy: string; mergedAt?: string | null; deletedAt?: string | null; updatedAt: string; createdAt: string; guestLinkUrl?: string | null; accessToken?: string | null; sharedLinkAccess?: string | null; } }