The numerical value of something

interface AnnotationsNumerical {
    description?: string;
    type: "numerical";
    value: number;
}

Properties

description?: string

The description of a primitive

type: "numerical"
value: number

The numerical value