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

    Type Alias BackupResource

    type BackupResource = {
        id?: number;
        name?: string | null;
        path?: string | null;
        type?: Radarr.BackupType;
        size?: number;
        time?: string;
    }
    Index

    Properties

    id?: number
    name?: string | null
    path?: string | null
    size?: number
    time?: string