mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: default config type
This commit is contained in:
parent
8c79ea41ed
commit
e54c6a0579
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ export enum configKeys {
|
|||
copySnippetButton = 'copySnippetButton',
|
||||
}
|
||||
|
||||
const defaultConfigs = {
|
||||
const defaultConfigs: Config = {
|
||||
shortcut: undefined,
|
||||
access_token: undefined,
|
||||
compressSingletonFolder: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue