BrickReference
type BrickReference =
| typeof Brick
| InstanceOrTag
| string;
Defines a reference to a Brick, could be: the brick class, the brick tag, the brick name, an instance of the brick
type BrickReference =
| typeof Brick
| InstanceOrTag
| string;
Defines a reference to a Brick, could be: the brick class, the brick tag, the brick name, an instance of the brick