UNPKG

209 BTypeScriptView Raw
1/** JSDoc */
2export interface Mechanism {
3 type: string;
4 handled: boolean;
5 data?: {
6 [key: string]: string | boolean;
7 };
8 synthetic?: boolean;
9}
10//# sourceMappingURL=mechanism.d.ts.map
\No newline at end of file