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; }