rete-kit
Version:
Rete.js Kit ==== [](https://stand-with-ukraine.pp.ua) [](https://disco
7 lines (6 loc) • 307 B
TypeScript
import { Context, type InstructionFile } from '../base';
export declare class BootContext extends Context {
readonly name = "boot";
readonly description = "New App Creation - Guide users through creating a brand new Rete.js application from scratch";
readonly instructions: InstructionFile[];
}