type TransporterPickupOrderOption = {
    priority: number;
    weight: number;
    type: 'resource';
    object: Resource;