TypeAlias.ImportMapper
type ImportMapper = z.infer<typeof importMapperSchema>;
An import mapper: an ordered list of field mappings used to transform an imported JSON payload into a target model.
type ImportMapper = z.infer<typeof importMapperSchema>;
An import mapper: an ordered list of field mappings used to transform an imported JSON payload into a target model.