Type Alias UpdatePackageRequest
UpdatePackageRequest: | { description: string } | { githubRepository: { owner: string; repo: string } | null } | { runtimeCompat: RuntimeCompat } | { isArchived: boolean } Type declaration
- { description: string }
- { githubRepository: { owner: string; repo: string } | null }
- { runtimeCompat: RuntimeCompat }
- { isArchived: boolean }
The description of the package.