UNPKG

197 BTypeScriptView Raw
1/**
2 * `BugTracker` represents the bug tracking methods.
3 */
4export interface BugTracker {
5 readonly url?: string;
6 readonly email?: string;
7}
8//# sourceMappingURL=bug-tracker.d.ts.map
\No newline at end of file