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

    Type Alias APIProjectGalleryItem

    type APIProjectGalleryItem = {
        created: Date;
        description: string | null;
        featured: boolean;
        ordering: number | null;
        title: string | null;
        url: string;
    }
    Index

    Properties

    created: Date

    The date and time the gallery image was created.

    description: string | null

    The description of the gallery image.

    featured: boolean

    Whether the image is featured in the gallery.

    ordering: number | null

    The order of the gallery image. Gallery images are sorted by this field and then alphabetically by title.

    title: string | null

    The title of the gallery image.

    url: string

    The URL of the gallery image.