/** * 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 { MappingId } from "../../commons/types/MappingId"; import { UserId } from "../../commons/types/UserId"; import { MappingRuleConfig } from "./MappingRuleConfig"; export declare const MappingRuleOrConfig: core.serialization.ObjectSchema; export declare namespace MappingRuleOrConfig { interface Raw extends MappingRuleConfig.Raw { id?: MappingId.Raw | null; confidence?: number | null; createdBy?: UserId.Raw | null; createdAt?: string | null; updatedAt?: string | null; deletedAt?: string | null; } }