diff --git a/dist/types/index.d.ts b/dist/types/index.d.ts index 1c17bd4..ad8c2c4 100644 --- a/dist/types/index.d.ts +++ b/dist/types/index.d.ts @@ -11,6 +11,6 @@ export interface MicroFrontendProps { name: string; path: string; } -export interface MicroFrontendRouteProps extends OmitFrom, OmitFrom { +export interface MicroFrontendRouteProps extends OmitFrom, OmitFrom { microFrontendName: string; } diff --git a/src/types/index.ts b/src/types/index.ts index 9bdfdcb..86dbae0 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -16,6 +16,6 @@ export interface MicroFrontendProps { export interface MicroFrontendRouteProps extends OmitFrom, - OmitFrom { + OmitFrom { microFrontendName: string; }