/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * @example * { * data: { * id: "mapping-rule-id", * name: "Assign mapping rule", * type: "assign", * config: {}, * confidence: 1, * createdBy: "us_usr_YOUR_ID", * createdAt: "2021-01-01T00:00:00Z", * updatedAt: "2021-01-01T00:00:00Z", * metadata: {} * } * } */ export interface MappingRuleResponse { data: Flatfile.MappingRule; }