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

    Type Alias GetProvidersData

    type GetProvidersData = {
        body?: never;
        path?: never;
        query?: { history?: string };
        url: "/providers";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: { history?: string }

    Type Declaration

    • Optionalhistory?: string

      Provider name for history stats

    url: "/providers"