From 43254ceeb062b797b47184fb0cacee3dc81e20cb Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 5 Nov 2024 15:22:48 +0800 Subject: [PATCH] chore: temp types --- web/app/components/plugins/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/plugins/types.ts b/web/app/components/plugins/types.ts index f58d870fe9..386ecf5f7e 100644 --- a/web/app/components/plugins/types.ts +++ b/web/app/components/plugins/types.ts @@ -146,8 +146,8 @@ export type UpdateFromMarketPlacePayload = { export type UpdateFromGitHubPayload = { originalPackageInfo: { + id: string repo: string - originalPluginId: string version: string } }