From 996878cbe3eefed32fbf87e172b98e43df355f19 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 5 Feb 2021 16:14:17 +0100 Subject: :art: rename Database -> db --- dist/Constants.d.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dist/Constants.d.ts (limited to 'dist/Constants.d.ts') diff --git a/dist/Constants.d.ts b/dist/Constants.d.ts new file mode 100644 index 00000000..ecceb4e6 --- /dev/null +++ b/dist/Constants.d.ts @@ -0,0 +1,2 @@ +import { VerifyOptions } from "jsonwebtoken"; +export declare const JWTOptions: VerifyOptions; -- cgit 1.5.1