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

    Type Alias RemotePathMappingResource

    type RemotePathMappingResource = {
        id?: number;
        host?: string | null;
        remotePath?: string | null;
        localPath?: string | null;
    }
    Index

    Properties

    id?: number
    host?: string | null
    remotePath?: string | null
    localPath?: string | null