Skip to content

CommandDefinitionDocumentV1 ​

A single-command definition document, version 1.

Produced by generateCommandSchema. Same shape as a CommandDefinitionFragmentV1 plus the schemaVersion every standalone document carries.

Signatures ​

ts
type CommandDefinitionDocumentV1 = CommandDefinitionFragmentV1 & { schemaVersion: 1; };

See Also ​

Released under the MIT License.