Interface RawCommand

interface RawCommand {
    content: string;
    keys: number;
    name: string;
}

Properties

Properties

content: string
keys: number
name: string

Generated using TypeDoc