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

    Type Alias RootFolderResource

    type RootFolderResource = {
        id?: number;
        path?: string | null;
        accessible?: boolean;
        freeSpace?: number | null;
        unmappedFolders?: Radarr.UnmappedFolder[] | null;
    }
    Index

    Properties

    id?: number
    path?: string | null
    accessible?: boolean
    freeSpace?: number | null
    unmappedFolders?: Radarr.UnmappedFolder[] | null