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

    Type Alias CustomFormatResource

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