diff --git a/index.d.ts b/index.d.ts index 4516b96..92fee34 100644 --- a/index.d.ts +++ b/index.d.ts @@ -20,7 +20,7 @@ type FastifyPostgres = FastifyPluginCallback { expect(app.pg).type.toBeAssignableTo() expect(app.pg.pool).type.toBe() - expect(app.pg.Client).type.toBe() + expect(app.pg.Client).type.toBe() const client = await app.pg.connect() expect(client).type.toBe()