Interface Executable

interface Executable {
    config: {
        icon?: string;
        name: string;
        targetVer: string;
        type: "process" | "library";
    };
}

Hierarchy (view full)

Properties

Properties

config: {
    icon?: string;
    name: string;
    targetVer: string;
    type: "process" | "library";
}

Type declaration

  • Optional icon?: string
  • name: string
  • targetVer: string
  • type: "process" | "library"

Generated using TypeDoc