TypeAlias.ImportMapperRowType
type ImportMapperRowType = ObjectEnum<typeof ImportMapperRowType>;
Type of an import-mapper row, describing how source is interpreted.
path:sourceis a JSON path / accessor expression evaluated against the imported JSON to extract a value fordestination.const:sourceis a literal value assigned as-is todestination, regardless of the imported JSON content.