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

    Type Alias GetApiV3DownloadclientByIdData

    type GetApiV3DownloadclientByIdData = {
        body?: never;
        path: { id: number };
        query?: never;
        url: "/api/v3/downloadclient/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: number }
    query?: never
    url: "/api/v3/downloadclient/{id}"