@truenas/api-client
    Preparing search index...

    Interface AppAvailableItem

    interface AppAvailableItem {
        app_readme: string | null;
        catalog: string;
        categories: string[];
        healthy: boolean;
        healthy_error?: string | null;
        home: string;
        icon_url?: string | null;
        installed: boolean;
        last_update: string | null;
        latest_app_version: string | null;
        latest_human_version: string | null;
        latest_version: string | null;
        location: string;
        maintainers: v25_10_0.Maintainer[];
        name: string;
        popularity_rank: number | null;
        recommended: boolean;
        screenshots: string[];
        sources: string[];
        tags: string[];
        train: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index
    app_readme: string | null
    catalog: string
    categories: string[]
    healthy: boolean
    healthy_error?: string | null
    home: string
    icon_url?: string | null
    installed: boolean
    last_update: string | null
    latest_app_version: string | null
    latest_human_version: string | null
    latest_version: string | null
    location: string
    maintainers: v25_10_0.Maintainer[]
    name: string
    popularity_rank: number | null
    recommended: boolean
    screenshots: string[]
    sources: string[]
    tags: string[]
    train: string