Unverified Commit fbae6903 authored by Tamika Tannis's avatar Tamika Tannis Committed by GitHub

Update config-types.ts (#314)

parent 15d9c3ca
...@@ -22,7 +22,7 @@ export interface AppConfigCustom { ...@@ -22,7 +22,7 @@ export interface AppConfigCustom {
google?: GoogleAnalyticsConfig google?: GoogleAnalyticsConfig
indexUsers?: IndexUsersConfig; indexUsers?: IndexUsersConfig;
logoPath?: string; logoPath?: string;
mailClientFeatures: MailClientFeaturesConfig; mailClientFeatures?: MailClientFeaturesConfig;
navLinks?: Array<LinkConfig>; navLinks?: Array<LinkConfig>;
tableLineage?: TableLineageConfig; tableLineage?: TableLineageConfig;
tableProfile?: TableProfileConfig; tableProfile?: TableProfileConfig;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment