We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f493635 commit a54999eCopy full SHA for a54999e
src/uiFactory/uiFactory.ts
@@ -20,7 +20,7 @@ const uiFactoryBase: UIFactory = {
20
countHealthcheckIssuesByType: countHealthcheckIssuesByType,
21
};
22
23
-export function configureUIFactory(overrides: UIFactory) {
+export function configureUIFactory(overrides: Partial<UIFactory>) {
24
Object.assign(uiFactoryBase, overrides);
25
}
26
0 commit comments