feat(extraction): model union declarations distinctly
This commit is contained in:
@@ -42,6 +42,7 @@ export const NODE_KINDS = [
|
||||
'export',
|
||||
'route',
|
||||
'component',
|
||||
'union',
|
||||
] as const;
|
||||
|
||||
export type NodeKind = (typeof NODE_KINDS)[number];
|
||||
|
||||
Reference in New Issue
Block a user