Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/feomasto/priv/mast.ts>Account

Sync posts from Mastodon into FeoBlog
Latest
interface Account
import { type Account } from "https://deno.land/x/feomasto@v1.0.1/priv/mast.ts";

Properties

acct: string

ex: "foo@example.social" for remote users, or just "foo" for local users.

optional
display_name: string
url: string

URL to view a user's page. (May be private)