export interface V1VersionResponse {
    version: string;
    clientVersion: string;
    branch: string;
    region: string;
}
