MoveValue:
    | number
    | boolean
    | string
    | MoveValue[]
    | string
    | { id: string }
    | MoveStruct
    | null
    | MoveVariant