@tryforge/forgescript
    Preparing search index...

    Interface ICompiledCommand

    interface ICompiledCommand {
        code: IExtendedCompilationResult;
        name?: IExtendedCompilationResult;
    }
    Index