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

    Type Alias ICustomFormatSpecificationWritable

    type ICustomFormatSpecificationWritable = {
        name?: string | null;
        negate?: boolean;
        required?: boolean;
    }
    Index

    Properties

    name?: string | null
    negate?: boolean
    required?: boolean