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