UNPKG

@fabrix/spool-hapi

Version:

Spool - Hapi.js. This spool binds the routes compiled in spool-router to a Hapi Server.

12 lines (11 loc) 430 B
import { FabrixController as Controller } from '@fabrix/fabrix/dist/common'; export declare class TapestryController extends Controller { create(request: any): any; find(request: any): any; update(request: any): any; destroy(request: any): any; createAssociation(request: any): any; findAssociation(request: any): any; updateAssociation(request: any): any; destroyAssociation(request: any): any; }