chore: default config type

This commit is contained in:
Enix 2019-08-07 18:20:05 +08:00
parent 8c79ea41ed
commit e54c6a0579

View file

@ -17,7 +17,7 @@ export enum configKeys {
copySnippetButton = 'copySnippetButton',
}
const defaultConfigs = {
const defaultConfigs: Config = {
shortcut: undefined,
access_token: undefined,
compressSingletonFolder: true,