export interface SubscribeTickerResponse {
  Subscribed: boolean; // Whether the subscription was successful
}
