mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 21:23:24 +01:00
3 lines
94 B
TypeScript
3 lines
94 B
TypeScript
|
import { VerifyOptions } from "jsonwebtoken";
|
||
|
export declare const JWTOptions: VerifyOptions;
|