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

    Type Alias CustomFormatSpecificationSchema

    type CustomFormatSpecificationSchema = {
        id?: number;
        name?: string | null;
        implementation?: string | null;
        implementationName?: string | null;
        infoLink?: string | null;
        negate?: boolean;
        required?: boolean;
        fields?: Radarr.Field[] | null;
        presets?: Radarr.CustomFormatSpecificationSchema[] | null;
    }
    Index

    Properties

    id?: number
    name?: string | null
    implementation?: string | null
    implementationName?: string | null
    infoLink?: string | null
    negate?: boolean
    required?: boolean
    fields?: Radarr.Field[] | null