UNPKG

gypsum

Version:

Simple and easy lightweight typescript server side framework on Node.js.

8 lines (7 loc) 236 B
import { Context } from '../context'; export interface IReferenceHookOptions { path: string; model: string; queryOptions?: any; } export declare function reference(ctx: Context, options: IReferenceHookOptions): void;