From 541ce030e51a59c6842c0b37c181b2ad1cdc90e2 Mon Sep 17 00:00:00 2001 From: Chris Taylor Date: Mon, 11 Nov 2024 14:17:33 +0000 Subject: [PATCH] Use correct type --- packages/api/src/api/ProviderApi.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/api/src/api/ProviderApi.ts b/packages/api/src/api/ProviderApi.ts index 23dac519b..a6f2cbccb 100644 --- a/packages/api/src/api/ProviderApi.ts +++ b/packages/api/src/api/ProviderApi.ts @@ -25,6 +25,7 @@ import { type GetFrictionlessCaptchaResponse, type GetPowCaptchaChallengeRequestBodyType, type GetPowCaptchaResponse, + type IUserSettings, type ImageVerificationResponse, type PowCaptchaSolutionResponse, type ProcaptchaToken, @@ -247,7 +248,7 @@ export default class ProviderApi public registerSiteKey( siteKey: string, - settings: Record, + settings: IUserSettings, timestamp: string, signature: string, ): Promise {