From b3c4b4eb3dc5d8cbb0dfb7a42bd9bacbf46478ed Mon Sep 17 00:00:00 2001 From: incognitotgt Date: Wed, 24 Jul 2024 01:21:43 -0400 Subject: [PATCH] fix: wrong jsdoc --- src/types/config.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/types/config.d.ts b/src/types/config.d.ts index b213576..1f605bf 100644 --- a/src/types/config.d.ts +++ b/src/types/config.d.ts @@ -94,15 +94,15 @@ export interface SessionConfig { } export interface TurnstileConfig { - /* + /** * The Turnstile secret key, used by the backend */ secret: string; - /* + /** * The Turnstile site key, used by the frontend */ siteKey: string; - /* + /** * The hosts to enable Turnstile on */ hosts?: string[];