1
Fork 0
This repository has been archived on 2025-04-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Frontend-Project/source/env.d.ts
2024-08-03 21:51:57 -04:00

6 lines
No EOL
113 B
TypeScript
Executable file

/// <reference types="astro/client" />
declare namespace App {
interface Locals {
email: string
}
}