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

    Type Alias APILicenseData

    type APILicenseData = {
        body: string;
        title: string;
    }
    Index

    Properties

    Properties

    body: string

    The body of the license.

    title: string

    The title of the license.