From ddeca5f9ce59bfcc9d29975759bd1cc4e95acbba Mon Sep 17 00:00:00 2001 From: gekkedev <17025257+gekkedev@users.noreply.github.com> Date: Sat, 15 Jun 2024 17:41:35 +0200 Subject: [PATCH] correct type definitions of settings --- types/index.d.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/types/index.d.ts b/types/index.d.ts index 05459ac..8d05bbb 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,6 +1,6 @@ import Vue from 'vue' -export interface ReCaptchaOptions { +export interface ReCaptchaInstance { /** * Toggles badge element visibility (v3) */ @@ -30,13 +30,6 @@ export interface ReCaptchaOptions { * Version */ version: number -} - -export interface ReCaptchaInstance { - /** - * Options - */ - options: ReCaptchaOptions /** * Destroy ReCaptcha