Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface ICollectionAttributes

    Attributes specific to Nexus Mods Collections (when IMod.type === "collection")

    interface ICollectionAttributes {
        bugMessage?: string;
        collectionId: number;
        collectionSlug: string;
        customFileName?: string;
        downloadGame: string;
        installInstructions?: string;
        modSize?: number;
        pictureUrl?: string;
        rating?: { average: number; total: number };
        recommendNewProfile?: boolean;
        revisionId: number;
        revisionNumber: number;
        shortDescription?: string;
        updatedTimestamp?: number;
        uploadedTimestamp?: number;
        uploader?: string;
        uploaderAvatar?: string;
        uploaderId?: number;
    }
    Index

    Properties

    bugMessage?: string
    collectionId: number
    collectionSlug: string
    customFileName?: string
    downloadGame: string
    installInstructions?: string
    modSize?: number
    pictureUrl?: string
    rating?: { average: number; total: number }
    recommendNewProfile?: boolean
    revisionId: number
    revisionNumber: number
    shortDescription?: string
    updatedTimestamp?: number
    uploadedTimestamp?: number
    uploader?: string
    uploaderAvatar?: string
    uploaderId?: number