Skip to content

Commit

Permalink
fix: astro locals - any
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Dec 19, 2023
1 parent 05ecad8 commit 6eb5ab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/forms/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export interface AstroLinkHTTP {
declare global {
export namespace App {
interface Locals {
[key: string]: any;
webFormOff?: boolean;
session: {
[key: string]: any;
}
Expand Down

0 comments on commit 6eb5ab1

Please sign in to comment.