You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportinterfaceNodeTypeAnnotations{/** The type annotation of the Node */name: string;/** The type annotations of the {@link https://github.com/kdl-org/kdl/blob/main/SPEC.md#argument|Arguments} */values: string[];/** The type annotations of the {@link https://github.com/kdl-org/kdl/blob/main/SPEC.md#property|Properties} */properties: Record<string,string>;}
However, name can be undefined.
The text was updated successfully, but these errors were encountered:
The type for NodeTypeAnnotation is :
However, name can be undefined.
The text was updated successfully, but these errors were encountered: