Skip to content

Commit 6eb5ab1

Browse files
committed
fix: astro locals - any
1 parent 05ecad8 commit 6eb5ab1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/forms/src/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export interface AstroLinkHTTP {
99
declare global {
1010
export namespace App {
1111
interface Locals {
12+
[key: string]: any;
13+
webFormOff?: boolean;
1214
session: {
1315
[key: string]: any;
1416
}

0 commit comments

Comments
 (0)