export const name = "PowerSchool"; export async function checkStatus() { return { name, status: "degraded", message: "Slow response times reported. PowerSchool is investigating.", lastUpdated: new Date().toISOString(), }; }