feat(website): update PackageResponse type

This commit is contained in:
LukaDev 2024-08-14 19:56:30 +02:00
parent 1d93861908
commit 73618a7958

View file

@ -16,6 +16,8 @@ export type PackageResponse = {
description: string
published_at: string
license: string
authors?: string[]
repository?: string
}
export type TargetInfo = {