chore: temp types

This commit is contained in:
Joel 2024-11-05 15:22:48 +08:00
parent 85947efcfa
commit 43254ceeb0

View File

@ -146,8 +146,8 @@ export type UpdateFromMarketPlacePayload = {
export type UpdateFromGitHubPayload = {
originalPackageInfo: {
id: string
repo: string
originalPluginId: string
version: string
}
}