/** * 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 { 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"; import { CellValueUnion } from "../../records/types/CellValueUnion"; export declare const FindAndReplaceJobConfig: core.serialization.ObjectSchema; export declare namespace FindAndReplaceJobConfig { interface Raw { filter?: Filter.Raw | null; filterField?: FilterField.Raw | null; searchValue?: SearchValue.Raw | null; searchField?: SearchField.Raw | null; q?: string | null; ids?: RecordId.Raw[] | null; find?: CellValueUnion.Raw | null; replace?: CellValueUnion.Raw | null; fieldKey: string; snapshotLabel?: string | null; } }