From e11182f81718d1dd3b9fc65c595f07af69ef76f1 Mon Sep 17 00:00:00 2001 From: Reynaldi Chernando <12949382+reynaldichernando@users.noreply.github.com> Date: Sun, 26 Oct 2025 05:09:25 +0700 Subject: [PATCH] Add dedupeName to CreateAppOptions (#1783) --- src/puter-js/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/puter-js/index.d.ts b/src/puter-js/index.d.ts index d8c787f07..33a157a1e 100644 --- a/src/puter-js/index.d.ts +++ b/src/puter-js/index.d.ts @@ -146,6 +146,7 @@ interface CreateAppOptions { icon?: string; maximizeOnStart?: boolean; filetypeAssociations?: string[]; + dedupeName?: boolean; } interface GetAppOptions {