Optional
puzzle
puzzle?:
| "2x2x2"
| "3x3x3"
| "4x4x4"
| "5x5x5"
| "6x6x6"
| "7x7x7"
| "8x8x8"
| "9x9x9"
| "10x10x10"
| "11x11x11"
| "12x12x12"
| "13x13x13"
| "1x1x1"
| "14x14x14"
| "16x16x16"
| "17x17x17"
Optional
stage
stage?:
| "full"
| "OLL"
| "PLL"
| "LL"
| "ZBLL"
| "ELS"
| "CLS"
| "F2L"
| "CMLL"
| "L6E"
| "cross"
| "WV"
| "void"
Optional
title
title?: string
Optional
type
type?:
| "alg"
| "moves"
| "reconstruction"
| "reconstruction-end-with-setup"
Optional
view
view?: "playback" | "fullscreen" | "editor"