Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface ManifestCommandDefinition

    interface ManifestCommandDefinition {
        command: string;
        description?: string;
        handler?: string;
    }
    Index

    Properties

    command: string
    description?: string
    handler?: string