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

    Type Alias GetApiV1AlbumData

    type GetApiV1AlbumData = {
        body?: never;
        path?: never;
        query?: {
            artistId?: number;
            albumIds?: number[];
            foreignAlbumId?: string;
            includeAllArtistAlbums?: boolean;
        };
        url: "/api/v1/album";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: {
        artistId?: number;
        albumIds?: number[];
        foreignAlbumId?: string;
        includeAllArtistAlbums?: boolean;
    }
    url: "/api/v1/album"