Skip to content

Commit

Permalink
[Change] Add wss types to Locals
Browse files Browse the repository at this point in the history
  • Loading branch information
lnfel committed Aug 17, 2023
1 parent 2a5b1d2 commit dc2329b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ declare global {
interface Locals {
luciaAuth: AuthRequest;
googleOauthClient: import('googleapis').Auth.OAuth2Client;
wss: import('ws').Server;
}

interface PageData {
Expand Down

0 comments on commit dc2329b

Please sign in to comment.