/** * @copyright nhcarrigan * @license Naomi's Public License * @author Naomi Carrigan */ export interface Uptime { application: string; message: string; }