UNPKG

modrinthjs

Version:
12 lines (11 loc) 279 B
import type { NonSearchProject } from './NonSearchProject'; export type ModifiableProject = (NonSearchProject & { /** * The SPDX license ID of a project */ license_id?: string; /** * The URL to this license */ license_url?: string | null; });