@quatrain/worker 1.1.33 → 1.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Worker.d.ts +1 -1
- package/package.json +1 -1
package/lib/Worker.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Core } from '@quatrain/core';
|
|
2
2
|
import { HandlerParameters } from './types/HandlerParameters';
|
|
3
3
|
export declare class Worker extends Core {
|
|
4
|
-
static
|
|
4
|
+
static endpoint: string;
|
|
5
5
|
static readonly logger: any;
|
|
6
6
|
/**
|
|
7
7
|
* Execute an external command in a promise
|