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 } }