import type { User } from "./types"; export const STATIC_WEBSITE_USER: User = { id: "static-website-user", email: "static@example.local", system_role: "admin", needs_setup: false, };