10 lines
190 B
TypeScript

/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
declare namespace App {
interface Locals {
currentLocale: string;
pageCaching: boolean;
}
}