@vtex/api
Version:
VTEX I/O API client
5 lines (4 loc) • 347 B
TypeScript
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;