This repository has been archived on 2024-12-04. You can view files and clone it, but cannot push or open issues or pull requests.
MinPluto-Frontend/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
}
}