/**
 * Inputs that projects to micro-frontend component.
 */
export type MfeOutletInputs = Record<string, unknown>;
