/** * 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 { SheetId } from "../../commons/types/SheetId"; import { WorkbookId } from "../../commons/types/WorkbookId"; import { SheetConfig } from "./SheetConfig"; export declare const SheetUpdate: core.serialization.ObjectSchema; export declare namespace SheetUpdate { interface Raw { id?: SheetId.Raw | null; workbookId?: WorkbookId.Raw | null; config?: SheetConfig.Raw | null; metadata?: any | null; namespace?: string | null; updatedAt?: string | null; createdAt?: string | null; } }