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

    Type Alias AutoTaggingResource

    type AutoTaggingResource = {
        id?: number;
        name?: string | null;
        removeTagsAutomatically?: boolean;
        tags?: number[] | null;
        specifications?: Lidarr.AutoTaggingSpecificationSchema[] | null;
    }
    Index
    id?: number
    name?: string | null
    removeTagsAutomatically?: boolean
    tags?: number[] | null
    specifications?: Lidarr.AutoTaggingSpecificationSchema[] | null