From c0eb82f55a40f64025800c0ad2b6a05290576337 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Tue, 19 Dec 2017 14:21:29 +0530 Subject: Now supports * type arguments, * positional parameters and * html as content * Documentation updates --- src/config.interface.ts | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/config.interface.ts (limited to 'src/config.interface.ts') diff --git a/src/config.interface.ts b/src/config.interface.ts deleted file mode 100644 index 178a309..0000000 --- a/src/config.interface.ts +++ /dev/null @@ -1,6 +0,0 @@ -export interface Config { - content: string; - timeout?: number; - title: string; - footer?: string; -} \ No newline at end of file -- cgit v1.2.3