[Home](./index.md) > [bitburner](./bitburner.md) > [PositionEnumType](./bitburner.positionenumtype.md) ## PositionEnumType type **Signature:** ```typescript type PositionEnumType = { Long: "L"; Short: "S"; }; ```