Type alias LongWithoutOverrides

LongWithoutOverrides: (new (low, high?, unsigned?) => {
    [P in Exclude<keyof Long, TimestampOverrides>]: Long[P]
})

Type declaration

Generated using TypeDoc