UNPKG

feathers-sequelize

Version:
3 lines (2 loc) 287 B
import type { HookContext } from '@feathersjs/feathers'; export declare const dehydrate: <H extends HookContext<import("@feathersjs/feathers").Application<any, any>, any> = HookContext<import("@feathersjs/feathers").Application<any, any>, any>>() => (context: H) => Promise<Awaited<H>>;