mineos-market-client
    Preparing search index...

    Type Alias PreviewPublication

    Preview information for a publication including basic metadata and statistics

    type PreviewPublication = {
        fileId: number;
        publicationName: string;
        userName: string;
        version: number;
        categoryId: PublicationCategory;
        reviewsCount: number;
        downloads: number;
        iconUrl?: string;
        averageRating?: number;
        popularity?: number;
    }
    Index

    Properties

    fileId: number

    Publication's unique file identifier

    publicationName: string

    Name of the publication

    userName: string

    Username of the publication's author

    version: number

    Current version number of the publication

    Category identifier of the publication

    reviewsCount: number

    Total number of reviews for this publication

    downloads: number

    Total number of downloads

    iconUrl?: string

    URL to the publication's icon image

    averageRating?: number

    Average rating score from reviews

    popularity?: number

    Popularity score of the publication