Skip to content

Commit

Permalink
chore: update App.Locals interface;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed May 22, 2023
1 parent 778c5b6 commit 4a9921a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/app.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ declare global {
// interface Locals {}
// interface PageData {}
// interface Platform {}
}

interface Locals
{
user: any;
betarenaUser: any
}

}
}

export { };
Expand Down

0 comments on commit 4a9921a

Please sign in to comment.