allowedMaxHeight
allowedMaxHeight: number
canCustomize
canCustomize: boolean
selectedColors
selectedColors: Record<
string,
"blue"
| "purple"
| "overgrown"
| "yellow"
| "green"
| "steampunk"
| "red",
>
selectedParts
selectedParts: Record<
string,
| "birdy"
| "happy"
| "arrow"
| "snake"
| "pong"
| "corner"
| "weird"
| "window"
| "grumpy"
| "grizzly"
| "sad"
| "connection"
| "cube"
| "cat",
>
unlockedColors
unlockedColors: (
| "blue"
| "purple"
| "overgrown"
| "yellow"
| "green"
| "steampunk"
| "red"
)[]
unlockedParts
unlockedParts: (
| "birdy"
| "happy"
| "arrow"
| "snake"
| "pong"
| "corner"
| "weird"
| "window"
| "grumpy"
| "grizzly"
| "sad"
| "connection"
| "cube"
| "cat"
)[]