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

    Type Alias PrimaryAlbumType

    type PrimaryAlbumType = {
        id?: number;
        name?: string | null;
    }
    Index

    Properties

    Properties

    id?: number
    name?: string | null