1 2 3 4 5 6 7 8 9
/// <reference path="../.astro/types.d.ts" /> declare namespace App { interface Locals { user: { name: string; surname: string; }; } }