@repo/shared


@repo/shared / MapType

Type Alias: MapType

type MapType = 
  | "shipping"
  | "lineItem"
  | "importerProfile"
  | "filer"
  | "tradeParty"
  | "ods"
  | "vAndE"
  | "pesticide"
  | "ts1Ts2"
  | "hfc"
  | "hms"
  | "nhtsa"
  | "apl"
  | "aacApqAvsAbs"
  | "egMOORPN"
  | "berWinDspTob"
  | "omc"
  | "fws"
  | "dea"
  | "fsi"
  | "drugs"
  | "biologics"
  | "cosmeticMedicalRadiation"
  | "tobacco"
  | "priorNotice"
  | "foodCombined"
  | "foodNonPN"
  | "censusWarningOverride"
  | "tibExtension"
  | "nmfSection370"
  | "nmfAmr"
  | "nmfSim"
  | "cargoRelease";

Union of all valid ABI map type identifiers.

Each string key identifies a data entity that can appear in an ABI transaction. The four core types (shipping, lineItem, importerProfile, tradeParty) are always present. The remaining types are Partner Government Agency (PGA) data sets that apply only to specific HTS classifications.

Example

const myType: MapType = "shipping";          // core
const pgaType: MapType = "foodCombined";     // FDA PGA