1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 21:23:24 +01:00
server/dist/util/Constants.d.ts

3 lines
94 B
TypeScript
Raw Normal View History

2021-02-05 16:14:17 +01:00
import { VerifyOptions } from "jsonwebtoken";
export declare const JWTOptions: VerifyOptions;