Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias UpdateResource

    type UpdateResource = {
        id?: number;
        version?: string | null;
        branch?: string | null;
        releaseDate?: string;
        fileName?: string | null;
        url?: string | null;
        installed?: boolean;
        installedOn?: string | null;
        installable?: boolean;
        latest?: boolean;
        changes?: Readarr.UpdateChanges;
        hash?: string | null;
    }
    Index

    Properties

    id?: number
    version?: string | null
    branch?: string | null
    releaseDate?: string
    fileName?: string | null
    url?: string | null
    installed?: boolean
    installedOn?: string | null
    installable?: boolean
    latest?: boolean
    hash?: string | null