fork of hey-api/openapi-ts because I need some additional things
at feat/skip-token 4 lines 168 B view raw
1import type { HeyApiSdkPlugin } from './types'; 2import { handlerV1 } from './v1/plugin'; 3 4export const handler: HeyApiSdkPlugin['Handler'] = (args) => handlerV1(args);