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

    Type Alias GetTvByTvIdRatingsData

    type GetTvByTvIdRatingsData = {
        body?: never;
        path: { tvId: number };
        query?: never;
        url: "/tv/{tvId}/ratings";
    }
    Index

    Properties

    Properties

    body?: never
    path: { tvId: number }
    query?: never
    url: "/tv/{tvId}/ratings"