export interface TideClientConfig {
  host: string;
  apiKey: string;
  token?: string;
}
