// Generated Source interface StatusInfo { /** * */ reason?: string; /** * */ till?: string; /** * */ comment?: string; } export default StatusInfo;