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

    Type Alias CustomFormatResource

    type CustomFormatResource = {
        id?: number;
        name?: string | null;
        includeCustomFormatWhenRenaming?: boolean | null;
        specifications?: Lidarr.CustomFormatSpecificationSchema[] | null;
    }
    Index

    Properties

    id?: number
    name?: string | null
    includeCustomFormatWhenRenaming?: boolean | null
    specifications?: Lidarr.CustomFormatSpecificationSchema[] | null