interface ULongRange {
    max?: number;
    min?: number;
}
Hierarchy
Index

Properties

Properties

max?: number
min?: number