Constant: number

A fixed numerical value. Used for properties that require a constant value.

const delay: Constant = 2; // Fixed delay of 2 seconds.