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

    Type Alias GetApiV1FilesystemData

    type GetApiV1FilesystemData = {
        body?: never;
        path?: never;
        query?: {
            path?: string;
            includeFiles?: boolean;
            allowFoldersWithoutTrailingSlashes?: boolean;
        };
        url: "/api/v1/filesystem";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: {
        path?: string;
        includeFiles?: boolean;
        allowFoldersWithoutTrailingSlashes?: boolean;
    }
    url: "/api/v1/filesystem"