import { PublicKey } from "@solana/web3.js"; export type ParsedAccount = { pubkey: PublicKey; data: T; };