export interface ClientConfig { project: string; token: string; contexts?: string[]; }