Skip to content

Commit e0629de

Browse files
committed
fix: update PackageFileContentResponse type
1 parent 86b891e commit e0629de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shared/types/npm-registry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ export interface PackageFileContentResponse {
381381
version: string
382382
path: string
383383
language: string
384+
contentType: string | null
384385
content: string
385386
html: string
386387
lines: number

0 commit comments

Comments
 (0)