IHelpMessage Interface
Represents a message containing tasks.
Signature
export interface IHelpMessage
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
tasks | string[] | ||
version | optional |
string |
Property Details
tasks
Signature
tasks: string[];
Type: string[]
version
Signature
version?: string;
Type: string