UNPKG

masto

Version:

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

9 lines (8 loc) 201 B
export interface Rule { /** An identifier for the rule. */ id: string; /** The rule to be followed. */ text: string; /** Longer-form description of the rule. */ hint: string; }