/**
 * is a string that represents a ticker id.
 * It is used to GameWindowManager.tickers to get the ticker class.
 */
type TickerIdType = string;

export type { TickerIdType };
