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

    Interface AppImageParsedRepoTags

    interface AppImageParsedRepoTags {
        complete_tag: string;
        image: string;
        reference: string;
        reference_is_digest: boolean;
        registry: string;
        tag: string;
    }
    Index
    complete_tag: string
    image: string
    reference: string
    reference_is_digest: boolean
    registry: string
    tag: string