This commit is contained in:
Benjamin Toby
2024-11-06 12:58:41 +01:00
parent 2c2ae5de0d
commit 880a74dbcb
6 changed files with 65 additions and 12 deletions
+1 -1
View File
@@ -1092,7 +1092,7 @@ export type CheckApiCredentialsFn = (
param: CheckApiCredentialsFnParam
) => ApiKeyObject | null | undefined;
export type CheckApiCredentialsFnParam = {
key: string;
key?: string;
database?: string;
table?: string;
};