From 4f1112534d1d9832a06576a434200794f9cf2d96 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 30 Sep 2018 19:27:27 -0700 Subject: [PATCH] fix: remove duplicate PublicKey flow definition --- web3.js/module.flow.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/web3.js/module.flow.js b/web3.js/module.flow.js index 25397b9749..2965e3eebb 100644 --- a/web3.js/module.flow.js +++ b/web3.js/module.flow.js @@ -11,8 +11,6 @@ */ declare module '@solana/web3.js' { - declare export type PublicKey = string; - // === src/publickey.js === declare export class PublicKey { constructor(number: string | Buffer | Array): PublicKey;