Update eslint dependencies and fix eslint errors
This commit is contained in:
4
vendor/integration/utils/configBuilder.ts
vendored
4
vendor/integration/utils/configBuilder.ts
vendored
@@ -78,7 +78,9 @@ export interface AnalyticsConfig {
|
||||
};
|
||||
}
|
||||
|
||||
export interface UIConfig {}
|
||||
export interface UIConfig {
|
||||
theme: string;
|
||||
}
|
||||
|
||||
const DEFAULT_SITE_NAME = 'Website';
|
||||
|
||||
|
Reference in New Issue
Block a user