Extract managed form elements from XML
This commit is contained in:
@@ -139,6 +139,7 @@ export type NamedNode = {
|
||||
kind: string;
|
||||
name: string;
|
||||
qualified_name: string;
|
||||
attributes: Record<string, unknown>;
|
||||
};
|
||||
|
||||
export type SourceLocation = {
|
||||
|
||||
Reference in New Issue
Block a user