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

    Type Alias AlbumStudioArtistResourceWritable

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