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

6 lines
113 B
TypeScript
Raw Permalink 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 {
2024-08-03 21:51:57 -04:00
email: string
2024-07-24 15:53:15 -04:00
}
}