chore: implement new ts components
This commit is contained in:
@@ -47,6 +47,10 @@ interface Tooltips {
|
||||
|
||||
export interface Config {
|
||||
alert: Alert;
|
||||
/**
|
||||
* API key use to query wakatime api
|
||||
*/
|
||||
apiKey: '';
|
||||
colors: Colors;
|
||||
/**
|
||||
* Url from which to detect if the user is logged in
|
||||
@@ -104,6 +108,8 @@ const config: Config = {
|
||||
},
|
||||
},
|
||||
|
||||
apiKey: '',
|
||||
|
||||
colors: {
|
||||
allGood: '',
|
||||
lightTheme: 'white',
|
||||
|
||||
Reference in New Issue
Block a user