Type alias CargoReceiptV1

CargoReceiptV1: CreateThing<"CargoReceipt", {
    portLoading?: ExpandThing<PortV1>;
    portUnloading?: ExpandThing<PortV1>;
    recipient?: ExpandThing<PersonEV1> | ExpandThing<OrganizationEV1>;
    shipment?: ShipmentV1;
    shipper?: ExpandThing<PersonEV1> | ExpandThing<OrganizationEV1>;
}>

Type declaration