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

    Type Alias AlbumStudioArtistResource

    type AlbumStudioArtistResource = {
        id?: number;
        monitored?: boolean | null;
        albums?: AlbumResource[] | null;
    }
    Index
    id?: number
    monitored?: boolean | null
    albums?: AlbumResource[] | null