UNPKG

@cortexql/core

Version:

A RESTful API framework for your apps based on GraphQL type system.

6 lines (5 loc) 157 B
import { HookActionSeries } from '@erect/hook'; export interface Params { } declare const _default: HookActionSeries<void, Params>; export default _default;