From 2ffb22d223144c24609e2379e05ef13d3075c762 Mon Sep 17 00:00:00 2001 From: Adam Pyle Date: Thu, 16 Nov 2017 12:45:41 +1100 Subject: [PATCH] Added new line after newly created enum --- types/chrome/chrome-app.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/chrome/chrome-app.d.ts b/types/chrome/chrome-app.d.ts index 5c847325e0..561544c00c 100644 --- a/types/chrome/chrome-app.d.ts +++ b/types/chrome/chrome-app.d.ts @@ -44,6 +44,7 @@ declare namespace chrome.app.runtime { "installed_notification" = "installed_notification", "context_menu" = "context_menu", } + interface LaunchData { id?: string; items?: LaunchDataItem[];