UNPKG

modrinthjs

Version:
5 lines (4 loc) 125 B
import type { CreatableVersion } from './CreatableVersion'; export type CreateVersionBody = { data: CreatableVersion; };