/** * 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 { Filter } from "../../commons/types/Filter"; import { FilterField } from "../../commons/types/FilterField"; import { SearchValue } from "../../commons/types/SearchValue"; import { SearchField } from "../../commons/types/SearchField"; import { RecordId } from "../../commons/types/RecordId"; export declare const MutateJobConfig: core.serialization.ObjectSchema; export declare namespace MutateJobConfig { interface Raw { sheetId: SheetId.Raw; mutateRecord: string; mutationId?: string | null; snapshotLabel?: string | null; snapshotId?: string | null; filter?: Filter.Raw | null; filterField?: FilterField.Raw | null; searchValue?: SearchValue.Raw | null; searchField?: SearchField.Raw | null; q?: string | null; ids?: RecordId.Raw[] | null; } }