webextension-store-meta - v1.2.10
    Preparing search index...

    Interface AmoMeta

    interface AmoMeta {
        description: string | null;
        image: string | null;
        lastUpdated: string | null;
        name: string | null;
        operatingSystem: string | null;
        price: number | null;
        priceCurrency: string | null;
        ratingCount: number | null;
        ratingValue: number | null;
        size: string | null;
        url: string | null;
        users: number | null;
        version: string | null;
    }
    Index

    Properties

    description: string | null
    image: string | null
    lastUpdated: string | null
    name: string | null
    operatingSystem: string | null
    price: number | null
    priceCurrency: string | null
    ratingCount: number | null
    ratingValue: number | null
    size: string | null
    url: string | null
    users: number | null
    version: string | null