Skip to content

CommandDefinition type

Home > streplts > CommandDefinition

Union definition representing either a direct execution target or a structural namespace node.

Signature:

export type CommandDefinition = ExecutableCommand | NamespaceCommand;

References: ExecutableCommand, NamespaceCommand