MetadataComponent: {
    fullName: string;
    parent?: MetadataComponent;
    type: MetadataType;
}