Interface NumberBuiltIn

interface NumberBuiltIn {
    $ref: "#Number";
    countingTemplate?: string;
    isCounting?: boolean;
}

Properties

$ref: "#Number"
countingTemplate?: string
isCounting?: boolean