Define Key and KeySequence
This commit is contained in:
parent
2ec912c262
commit
a5518dce3d
17 changed files with 207 additions and 222 deletions
|
@ -1,5 +1,5 @@
|
|||
import * as messages from '../../shared/messages';
|
||||
import { Key } from '../../shared/utils/keys';
|
||||
import Key from '../domains/Key';
|
||||
|
||||
export default interface FollowMasterClient {
|
||||
startFollow(newTab: boolean, background: boolean): void;
|
||||
|
|
Reference in a new issue