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

    Type Alias AlbumStudioArtistResource

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

    Properties

    id?: number
    monitored?: boolean | null
    albums?: AlbumResource[] | null