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

    Type Alias UnmappedFolder

    type UnmappedFolder = {
        name?: string | null;
        path?: string | null;
        relativePath?: string | null;
    }
    Index

    Properties

    name?: string | null
    path?: string | null
    relativePath?: string | null