Variable GetShipmentsQueryTypeEnumConst
GetShipmentsQueryTypeEnum: {
DateRange: "DATE_RANGE";
NextToken: "NEXT_TOKEN";
Shipment: "SHIPMENT";
} = ...
Type declaration
Readonly
DateRange: "DATE_RANGE"
Readonly
NextToken: "NEXT_TOKEN"
Readonly
Shipment: "SHIPMENT"
Export