- Preparing search index...
- The search index is not available
mongodb
Type alias LongWithoutOverrides
Type declaration
-
- new (low, high?, unsigned?): {
[P in Exclude<keyof Long, TimestampOverrides>]: Long[P]
}
-
Parameters
-
low: unknown
-
Optional
high: number | boolean
-
Optional
unsigned: boolean