UNPKG

masto

Version:

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

7 lines (6 loc) 176 B
export interface CanonicalEmailBlock { /** The ID of email block in the database. */ id: string; /** The hash to test against. */ canonicalEmailHash: string; }