UNPKG

mext-types

Version:

5 lines (4 loc) 79 B
export interface ISwitch { start: Function | null; end: Function | null; }