5 lines
118 B
TypeScript
5 lines
118 B
TypeScript
/**
|
|
* the main run function to submit a service to a servezone
|
|
*/
|
|
export declare let run: (configArg: any) => void;
|