/** * 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 { SnapshotId } from "../../commons/types/SnapshotId"; import { SheetId } from "../../commons/types/SheetId"; import { SnapshotSummary } from "./SnapshotSummary"; import { UserId } from "../../commons/types/UserId"; export declare const Snapshot: core.serialization.ObjectSchema; export declare namespace Snapshot { interface Raw { id: SnapshotId.Raw; sheetId: SheetId.Raw; label?: string | null; threadId?: string | null; summary?: SnapshotSummary.Raw | null; createdAt: string; createdBy: UserId.Raw; } }