UNPKG

@vtex/api

Version:
4 lines (3 loc) 179 B
import Koa from 'koa'; import { ServiceJSON } from './runtime/typings'; export declare const startWorker: (serviceJSON: ServiceJSON) => Koa<Koa.DefaultState, Koa.DefaultContext>;