type alias ParsedAddressimport { type ParsedAddress } from "https://deno.land/x/earthstar@v10.0.0-beta.7/src/util/doc-types.ts"; definition: { address: AuthorAddress; name: AuthorShortname; pubkey: Base32String; }