Side: "top" | "bottom" | "left" | "right" | "front" | "back" | string & {}

Represents valid sides for peripheral attachment in ComputerCraft

const monitor = peripheral.wrap<Monitor>("top" as Side);