UNPKG

@vtex/api

Version:
5 lines (4 loc) 347 B
import { ServiceContext, ServiceJSON } from '../typings'; export declare const whoAmIHandler: ({ events, routes, }: ServiceJSON) => (ctx: ServiceContext) => void; export declare const healthcheckHandler: ({ events, routes, }: ServiceJSON) => (ctx: ServiceContext) => void; export declare const metricsLoggerHandler: (ctx: ServiceContext) => void;