Skip to content

ExampleDefinitionFragmentV1

A usage example inside a definition document.

Function-form examples are resolved to strings during serialization.

Signatures

ts
type ExampleDefinitionFragmentV1 = unknown;

Members

Properties

command

ts
command: string;

description

ts
description?: string;

See Also

Released under the MIT License.