Incorporated the feedback.
Made input options type for `reconfigure` different from default options Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
@@ -50,9 +50,10 @@ export type AnyExternalRoutes = { [name: string]: ExternalRouteRef };
|
||||
* @public
|
||||
*/
|
||||
export type AnyPluginOptions = { [name: string]: unknown };
|
||||
export type AnyPluginInputOptions = { [name: string]: unknown };
|
||||
|
||||
export type ReconfigureFunction = (
|
||||
options: AnyPluginOptions,
|
||||
options: AnyPluginInputOptions,
|
||||
) => AnyPluginOptions;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user