interface NumericOptions {
    allowed: number[];
    default: number;
}

Properties

Properties

allowed: number[]
default: number