Tsarr Documentation - v1.11.0
    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