UNPKG

149 BPlain TextView Raw
1/**
2 * `BugTracker` represents the bug tracking methods.
3 */
4export interface BugTracker {
5 readonly url?: string;
6 readonly email?: string;
7}