type TransporterStructureOrderOption = {
    priority: number;
    weight: number;
    type: 'structure';
    object: AnyStoreStructure;