type PauseTickerType = {
    /**
     * Ticker ids excluded
     */
    tickerIdsExcluded?: string[];
    /**
     * Ticker ids included
     */
    tickerIdsIncluded?: string[];
};

export type { PauseTickerType as default };
