Unsubscription: BaseUnsubscription<{
    channel: "book";
    depth?:
        | 10
        | 25
        | 100
        | 500
        | 1000;
    symbol: string[];
}>

Reference: Book (Level 2)