Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CommandParameterDefinition

interface CommandParameterDefinition {
enum?: string;
name: string;
optional: boolean;
type: CommandParameterTypeName;
}

§Properties

§
enum?: string
[src]
§
name: string
[src]
§
optional: boolean
[src]
§
type: CommandParameterTypeName
[src]