From f23beeb63d68880aeadb4bae91badfc5a79e46cf Mon Sep 17 00:00:00 2001 From: Ed Lomonaco Date: Wed, 14 Mar 2018 16:00:44 -0400 Subject: [PATCH] fixed a small goof I made --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 92cea6b..9511173 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -207,7 +207,7 @@ declare module "choices.js" { ajax(fn: (values: any) => any): this; } -declare namespace Choices { + namespace Choices { interface Options { /** * Optionally suppress console errors and warnings.