/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; export interface MappingRuleOrConfig extends Flatfile.MappingRuleConfig { /** ID of the mapping rule */ id?: Flatfile.MappingId; /** Confidence of the mapping rule */ confidence?: number; /** User ID of the creator of the mapping rule */ createdBy?: Flatfile.UserId; /** Time the mapping rule was created */ createdAt?: Date; /** Time the mapping rule was last updated */ updatedAt?: Date; /** Time the mapping rule was deleted */ deletedAt?: Date; }