export type Tutorial = { playNextMoves: (quantity?: number) => void; playNextMove: () => void; setOpponentsPlayAutomatically: (value?: boolean) => void; };