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

    Type Alias APIProjectAddGalleryImageParameters

    type APIProjectAddGalleryImageParameters = {
        description?: string;
        ext: ImageExtension;
        featured: boolean;
        ordering?: number;
        title?: string;
    }
    Index

    Properties

    description?: string

    Description of the image.

    Image extension.

    featured: boolean

    Whether an image is featured.

    ordering?: number

    Ordering of the image.

    title?: string

    Title of the image.