mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
feat(website): update PackageResponse type
This commit is contained in:
parent
1d93861908
commit
73618a7958
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ export type PackageResponse = {
|
||||||
description: string
|
description: string
|
||||||
published_at: string
|
published_at: string
|
||||||
license: string
|
license: string
|
||||||
|
authors?: string[]
|
||||||
|
repository?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export type TargetInfo = {
|
export type TargetInfo = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue