J MAD

type Status = {
	job: string;
	goal: string;
}

const statusObj: Status = {
	job: "Doing the thing with the code and the editor.",
	goal: "Aiming to improve the world around us."
}