From 9e5c7543a2896688fba00ac874a6c2ff8e7da2b3 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Sat, 21 Dec 2019 23:30:09 +0530 Subject: [PATCH] chore: update type definitions --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 91f8d83..1283901 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,4 +1,4 @@ export = showBanner; -declare function showBanner(title: string, tagLine?: string, titleColor?: string): Promise; +declare function showBanner(title: string, tagLine?: string, titleColor?: string, tagLineColor?: string): Promise;