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

    Type Alias CustomFormatWritable

    type CustomFormatWritable = {
        id?: number;
        name?: string | null;
        includeCustomFormatWhenRenaming?: boolean;
        specifications?: ICustomFormatSpecificationWritable[] | null;
    }
    Index

    Properties

    id?: number
    name?: string | null
    includeCustomFormatWhenRenaming?: boolean
    specifications?: ICustomFormatSpecificationWritable[] | null