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

    Type Alias GetApiV3WantedCutoffData

    type GetApiV3WantedCutoffData = {
        body?: never;
        path?: never;
        query?: {
            page?: number;
            pageSize?: number;
            sortKey?: string;
            sortDirection?: Radarr.SortDirection;
            monitored?: boolean;
        };
        url: "/api/v3/wanted/cutoff";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: {
        page?: number;
        pageSize?: number;
        sortKey?: string;
        sortDirection?: Radarr.SortDirection;
        monitored?: boolean;
    }
    url: "/api/v3/wanted/cutoff"