// See https://kit.svelte.dev/docs/types#app declare global { namespace App { interface Locals { admin: { username: string } | null; } } } export {};