further types

This commit is contained in:
James
2020-11-30 14:16:55 -05:00
parent e2d9cd1eed
commit 98b62df792
30 changed files with 197 additions and 93 deletions

View File

@@ -74,6 +74,7 @@ export interface IncomingAuthType {
maxLoginAttempts?: number;
lockTime?: number;
useAPIKey?: boolean;
depth?: number
cookies?: {
secure?: boolean;
sameSite?: string;