From 0645fe582ffdc0d1e5890e63a9b95075dbcfebc7 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Thu, 18 Jan 2018 12:27:07 -0800 Subject: [PATCH] Fix missing space --- src/Interfaces.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Interfaces.ts b/src/Interfaces.ts index 5947f10b..8f0baa2f 100644 --- a/src/Interfaces.ts +++ b/src/Interfaces.ts @@ -363,6 +363,7 @@ export interface ILinkMatcher { validationCallback?: LinkMatcherValidationCallback; priority?: number; } + export interface ICharset { [key: string]: string; }