Package: {
    createdAt: string;
    description: string;
    githubRepository?: GitHubRepository;
    name: PackageName;
    runtimeCompat?: RuntimeCompat;
    scope: ScopeName;
    score?: number;
    updatedAt: string;
}

Type declaration

  • createdAt: string

    The date and time when the package was created.

  • description: string

    The description of the package.

  • OptionalgithubRepository?: GitHubRepository
  • name: PackageName
  • OptionalruntimeCompat?: RuntimeCompat
  • scope: ScopeName
  • Optionalscore?: number
  • updatedAt: string

    The date and time when the package was last updated.