export interface GetInfoResponsePartial { 'version'?: (string); 'commitHash'?: (string); } export interface GetInfoResponse { 'version': (string); 'commitHash': (string); }