diff --git a/src/sections/fulfillment-inbound-shipment/codec.ts b/src/sections/fulfillment-inbound-shipment/codec.ts index bf408ef5..b85d7c33 100644 --- a/src/sections/fulfillment-inbound-shipment/codec.ts +++ b/src/sections/fulfillment-inbound-shipment/codec.ts @@ -1,4 +1,13 @@ -import { boolean, Codec, enumeration, GetInterface, number, optional, string, unknown } from 'purify-ts' +import { + boolean, + Codec, + enumeration, + GetInterface, + number, + optional, + string, + unknown, +} from 'purify-ts' import { ensureArray, ensureString } from '../../parsing' import { CreateInboundShipmentParameters, PrepInstructionEnum, PrepOwnerEnum } from './type'