Modrinth API Types - v1.1.0
    Preparing search index...

    Type Alias APIProjectLicense

    type APIProjectLicense = {
        id: string;
        name: string;
        url: string | null;
    }
    Index

    Properties

    Properties

    id: string

    The SPDX license ID of a project.

    name: string

    The long name of a license.

    url: string | null

    The URL to this license.