Type alias SetTypeParserAction

SetTypeParserAction: ((pgModule) => any)

An action, setting up a custom type parser.

Type declaration

    • (pgModule): any
    • Parameters

      • pgModule: any

        The pg module, which should be used.

      Returns any

Generated using TypeDoc