The representation of an entity inside of a blueprint.
{ burner_fuel_inventory?: BlueprintInventoryWithFilters, direction?: defines.direction, entity_number: uint32, items?: Array<BlueprintInsertPlan>, mirror?: boolean, name: string, position: MapPosition, quality?: string, tags?: Tags, wires?: Array<BlueprintWire> }