TypeAlias.ImportMapperType
type ImportMapperType = ObjectEnum<typeof ImportMapperType>;
Source type of an import mapper, deciding how the data to import is obtained.
file: the data is uploaded manually (JSON/CSV) at import time; the mapper carries nourl/cronFrequency. Default for every pre-existing mapper.url: the data is fetched automatically fromurlon a recurring schedule defined bycronFrequency(CRON import). Both fields are required.