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

    Interface AppImageEntry

    interface AppImageEntry {
        author: string;
        comment: string;
        created: string;
        dangling: boolean;
        id: string;
        parsed_repo_tags?: v25_10_0.AppImageParsedRepoTags[] | null;
        repo_digests: string[];
        repo_tags: string[];
        size: number;
        update_available: boolean;
    }
    Index
    author: string
    comment: string
    created: string
    dangling: boolean
    id: string
    parsed_repo_tags?: v25_10_0.AppImageParsedRepoTags[] | null
    repo_digests: string[]
    repo_tags: string[]
    size: number
    update_available: boolean