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 {