/** * Does an apub fetch for an object. */ export type ResolveObject = { /** * Can be the full url, or a shortened version like: !fediverse@lemmy.ml */ q: string; };