export type User = { Username: string, Role: "user" | "editor" }