Skip to content

Commit

Permalink
feat(modrinth): Add size type
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtifactyNight authored and ci010 committed Feb 2, 2025
1 parent 44fc5f8 commit bed662f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/modrinth/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ export interface ModVersionFile {
*/
filename: string
primary: boolean
/**
* The size of the file in bytes
*/
size: number
}

export interface License {
Expand Down

0 comments on commit bed662f

Please sign in to comment.