UNPKG

masto

Version:

Mastodon API client for JavaScript, TypeScript, Node.js, browsers

9 lines (8 loc) 270 B
export interface DomainAllow { /** The ID of the domain allow in the database. */ id: string; /** The domain of the domain allow in the database. */ domain: string; /** The create date of the domain allow in the database. */ createdAt: string; }