Represents valid sides for peripheral attachment in ComputerCraft
const monitor = peripheral.wrap<Monitor>("top" as Side); Copy
const monitor = peripheral.wrap<Monitor>("top" as Side);
Represents valid sides for peripheral attachment in ComputerCraft