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

    Type Alias ICustomFormatSpecification

    type ICustomFormatSpecification = {
        order?: number;
        infoLink?: string | null;
        implementationName?: string | null;
        name?: string | null;
        negate?: boolean;
        required?: boolean;
    }
    Index

    Properties

    order?: number
    infoLink?: string | null
    implementationName?: string | null
    name?: string | null
    negate?: boolean
    required?: boolean