Interface MethodsMetadata

The interface for command method metadata

interface MethodsMetadata {
    metadata: CreateCommandOptions;
    name: string;
}

Properties

Properties

name: string