UpdatePackageRequest:
    | { description: string }
    | { githubRepository: { owner: string; repo: string } | null }
    | { runtimeCompat: RuntimeCompat }
    | { isArchived: boolean }

Type declaration

  • { description: string }
    • description: string

      The description of the package.

  • { githubRepository: { owner: string; repo: string } | null }
  • { runtimeCompat: RuntimeCompat }
  • { isArchived: boolean }
    • isArchived: boolean

      Whether this package should be archived or not.