Interface IRegisterBigIntAsNumberOptions

Options for registerBigIntAsNumber() function.

interface IRegisterBigIntAsNumberOptions {
    pgModule?: any;
    setTypeParser?: Nilable<SetTypeParserAction>;
}

Properties

pgModule?: any

Custom pg module.

setTypeParser?: Nilable<SetTypeParserAction>

A custom pasrer.

Generated using TypeDoc