/// declare global { namespace App { interface Locals { user?: { username: string; role: string; }; } } } export {};