Interface ModVersionFile
🏷️ Properties
filename
ts
filename: string
The name of the file
Defined in: packages/modrinth/types.ts:241
hashes
ts
hashes: Record<string, string>
A map of hashes of the file. The key is the hashing algorithm and the value is the string version of the hash.
Defined in: packages/modrinth/types.ts:233
primary
ts
primary: boolean
Defined in: packages/modrinth/types.ts:242
url
ts
url: string
A direct link to the file
Defined in: packages/modrinth/types.ts:237