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

    Type Alias GetApiV1DownloadclientByIdData

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

    Properties

    Properties

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