chore: remove Buffer from PublicKeyInitData (#27888)
This commit is contained in:
parent
5664c12248
commit
98dfc2b7d1
|
@ -23,7 +23,6 @@ export const PUBLIC_KEY_LENGTH = 32;
|
|||
export type PublicKeyInitData =
|
||||
| number
|
||||
| string
|
||||
| Buffer
|
||||
| Uint8Array
|
||||
| Array<number>
|
||||
| PublicKeyData;
|
||||
|
|
Loading…
Reference in New Issue