UNPKG

@cortical/core

Version:

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

8 lines (7 loc) 221 B
import { HookActionSync } from '@spine/hook'; import { GraphQLSchema } from 'graphql'; export interface Params { schema: GraphQLSchema; } declare const _default: HookActionSync<void, Params>; export default _default;