Tema
TransportType
ts
const TransportType: Catalog<{
OWN: readonly [1, "Propio"];
THIRD_PARTY: readonly [2, "Tercero"];
}>;Tipo de transporte (transportTypeCode).
