/**
 * StepHistoryData is a string that will be stored in the history of the game.
 * It is a function converted to string.
 * if the corresponding function of the step has been changed then StepHistoryData is not equal.
 */
type StepHistoryDataType = string;

export type { StepHistoryDataType };
