npmci/dist/mod_servezone/index.d.ts
PhilKunz External b6a85319b0 Go modular
2017-05-18 20:40:09 +00:00

5 lines
127 B
TypeScript

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