Types on src/share
This commit is contained in:
parent
2b8c37e57f
commit
0cffb09e24
11 changed files with 88 additions and 54 deletions
|
@ -1,4 +1,4 @@
|
|||
export default {
|
||||
const operations: { [key: string]: string } = {
|
||||
// Hide console, or cancel some user actions
|
||||
CANCEL: 'cancel',
|
||||
|
||||
|
@ -76,3 +76,5 @@ export default {
|
|||
MARK_SET_PREFIX: 'mark.set.prefix',
|
||||
MARK_JUMP_PREFIX: 'mark.jump.prefix',
|
||||
};
|
||||
|
||||
export default operations;
|
||||
|
|
Reference in a new issue