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

    Type Alias MetadataResource

    type MetadataResource = {
        id?: number;
        name?: string | null;
        fields?: Sonarr.Field[] | null;
        implementationName?: string | null;
        implementation?: string | null;
        configContract?: string | null;
        infoLink?: string | null;
        message?: Sonarr.ProviderMessage;
        tags?: number[] | null;
        presets?: Sonarr.MetadataResource[] | null;
        enable?: boolean;
    }
    Index

    Properties

    id?: number
    name?: string | null
    fields?: Sonarr.Field[] | null
    implementationName?: string | null
    implementation?: string | null
    configContract?: string | null
    infoLink?: string | null
    tags?: number[] | null
    presets?: Sonarr.MetadataResource[] | null
    enable?: boolean