Unsubscription: BaseUnsubscription<{
    channel: "ohlc";
    interval?:
        | 1
        | 5
        | 15
        | 30
        | 60
        | 240
        | 1440
        | 10080
        | 21600;
    symbol: string[];
}>

Reference: Candles (OHLC)