From 621932bdf9b720cfe1e317d82b3cff7813b1ede7 Mon Sep 17 00:00:00 2001 From: adam-saland Date: Tue, 10 Oct 2023 12:09:33 -0400 Subject: [PATCH] validate --- how-to/use-launch-external-process/client/src/app.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/how-to/use-launch-external-process/client/src/app.ts b/how-to/use-launch-external-process/client/src/app.ts index 63473122..4864e16d 100644 --- a/how-to/use-launch-external-process/client/src/app.ts +++ b/how-to/use-launch-external-process/client/src/app.ts @@ -1,3 +1,5 @@ +import type OpenFin from "@openfin/core"; + document.addEventListener("DOMContentLoaded", () => { const lepOptions: OpenFin.ExternalProcessRequestType = { alias: "of-dotnet-example",