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

    Type Alias GetApiV3CollectionData

    type GetApiV3CollectionData = {
        body?: never;
        path?: never;
        query?: { tmdbId?: number };
        url: "/api/v3/collection";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: { tmdbId?: number }
    url: "/api/v3/collection"