/** * 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 { SpaceDraftMergeOperation } from "./SpaceDraftMergeOperation"; export declare const SpaceDraftMergeOperations: core.serialization.ObjectSchema; export declare namespace SpaceDraftMergeOperations { interface Raw { space: SpaceDraftMergeOperation.Raw[]; workbook: SpaceDraftMergeOperation.Raw[]; sheet: SpaceDraftMergeOperation.Raw[]; guidance: SpaceDraftMergeOperation.Raw[]; document: SpaceDraftMergeOperation.Raw[]; action: SpaceDraftMergeOperation.Raw[]; agent: SpaceDraftMergeOperation.Raw[]; } }