/**
 * is a string containing the name of the label.
 * It is used to GameStepManager.registeredLabels to get the label class.
 */
type LabelIdType = string;

export type { LabelIdType };
