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/src/env.d.ts

6 lines
114 B
TypeScript
Raw Normal View History

2024-04-14 23:56:13 -04:00
/// <reference types="astro/client" />
2024-07-24 15:53:15 -04:00
declare namespace App {
interface Locals {
email: string;
}
}