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

    Interface CatalogAppDetails

    interface CatalogAppDetails {
        app_readme: string | null;
        categories: string[];
        healthy: boolean;
        healthy_error?: string | null;
        home: string;
        icon_url?: string | null;
        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;
        recommended: boolean;
        screenshots: string[];
        sources: string[];
        tags: string[];
        versions: { [k: string]: unknown };
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index
    app_readme: string | null
    categories: string[]
    healthy: boolean
    healthy_error?: string | null
    home: string
    icon_url?: string | null
    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
    recommended: boolean
    screenshots: string[]
    sources: string[]
    tags: string[]
    versions: { [k: string]: unknown }