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

    Interface IAvailableExtension

    information about an extension available on the central extension list

    interface IAvailableExtension {
        author: string;
        dependencies?: { [key: string]: any };
        description: { long: string; short: string };
        downloads: number;
        endorsements: number;
        fileId?: number;
        gameId?: string;
        gameName?: string;
        github?: string;
        githubRawPath?: string;
        githubRelease?: string;
        hide?: boolean;
        id?: string;
        image: string;
        language?: string;
        modId?: number;
        name: string;
        tags: string[];
        timestamp: number;
        type?: ExtensionType;
        uploader: string;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    author: string
    dependencies?: { [key: string]: any }
    description: { long: string; short: string }
    downloads: number
    endorsements: number
    fileId?: number
    gameId?: string
    gameName?: string
    github?: string
    githubRawPath?: string
    githubRelease?: string
    hide?: boolean
    id?: string
    image: string
    language?: string
    modId?: number
    name: string
    tags: string[]
    timestamp: number
    uploader: string
    version: string