export interface BuildInfoRs { branch: string; buildTime: string; lastCommitMessage: string; lastCommitTime: string; version: string; }