Interface InstanceContact

interface InstanceContact {
    account: mastodon.v1.Account;
    email: string;
}

Properties

Properties

An account that can be contacted natively over the network regarding inquiries or issues.

email: string

An email address that can be messaged regarding inquiries or issues.