UNPKG

next-rest-framework

Version:

Next REST Framework - Type-safe, self-documenting APIs for Next.js

6 lines (4 loc) 123 B
declare const generate: ({ configPath }: { configPath?: string | undefined; }) => Promise<void>; export { generate };