UNPKG

@zeushq/nextjs-zapi

Version:

Next.js SDK for creating a Zeus API

8 lines (7 loc) 486 B
export { Config } from './config'; export { get as getConfig, ConfigParameters, DeepPartial } from './get-config'; export { default as listHandler, HandleList } from './handlers/list'; export { default as showHandler, HandleShow } from './handlers/show'; export { default as createHandler, HandleCreate } from './handlers/create'; export { default as updateHandler, HandleUpdate } from './handlers/update'; export { default as destroyHandler, HandleDestroy } from './handlers/destroy';