Type Alias ComponentContext

ComponentContext: Readonly<{
    componentId: string;
    entryPointId: string;
}>