Skip to content

Commit 1c27682

Browse files
committed
Added export type { TokenPayload };
1 parent 6653652 commit 1c27682

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/server/jwt.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import {
99
import { GameEnv, ServerConfig } from "../core/configuration/Config";
1010
import { PersistentIdSchema } from "../core/Schemas";
1111

12+
export type { TokenPayload };
13+
1214
type TokenVerificationResult =
1315
| {
1416
type: "success";

0 commit comments

Comments
 (0)