Files
pokemon/.env.d.ts

7 lines
120 B
TypeScript
Raw Normal View History

/// <reference types="astro/client" />
declare namespace App {
interface Locals {
canAddInventory: boolean;
}
}