UNPKG

@integromat/proto

Version:
7 lines 272 B
import { IMTBase, ModuleType } from './base'; import { DoneWithResultCallback } from './types'; export declare class IMTStarter extends IMTBase { readonly type = ModuleType.STARTER; start(done: DoneWithResultCallback): void; } //# sourceMappingURL=starter.d.ts.map