CommandDefinition type
Home > streplts > CommandDefinition
CommandDefinition type
Section titled “CommandDefinition type”Union definition representing either a direct execution target or a structural namespace node.
Signature:
export type CommandDefinition = ExecutableCommand | NamespaceCommand;References: ExecutableCommand, NamespaceCommand