From e4179be5ae6139eea6e7c72642a59ee756f3c9fe Mon Sep 17 00:00:00 2001 From: trickypr <23250792+trickypr@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:09:11 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Add=20license=20headers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/link/types/globals/WindowApi.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/link/types/globals/WindowApi.d.ts b/libs/link/types/globals/WindowApi.d.ts index 3051022..d90c9f0 100644 --- a/libs/link/types/globals/WindowApi.d.ts +++ b/libs/link/types/globals/WindowApi.d.ts @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + type WindowTriggers = { bookmarkCurrentPage: undefined }