NormalizedComponentNormalized component type returned by getComponents. type NormalizedComponent = { component: string; id: string; } & Record<string, unknown>;