@lcap/nasl-unified-frontend-generator > ReferencedComponent
ReferencedComponent type
Signature:
type ReferencedComponent = ReferencedLibComponent | {
kind: 'view';
tag: string;
component: ComponentIR;
};
References: ReferencedLibComponent, ComponentIR