fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at feat/use-query-options 4 lines 166 B view raw
1import type { PydanticPlugin } from './types'; 2import { handlerV2 } from './v2/plugin'; 3 4export const handler: PydanticPlugin['Handler'] = (args) => handlerV2(args);