Config: {
    artifact?: {};
    entry: any;
    network?: {};
    produces: {} | undefined;
    requires?: {};
    result: any;
}

Type declaration

  • Optional artifact?: {}
    • entry: any
    • Optional network?: {}
      • produces: {} | undefined
      • Optional requires?: {}
        • result: any

        Generated using TypeDoc