UNPKG

feathers-sequelize

Version:
4 lines (3 loc) 364 B
import type { HookContext } from '@feathersjs/feathers'; import type { HydrateOptions } from '../declarations'; export declare const hydrate: <H extends HookContext<import("@feathersjs/feathers").Application<any, any>, any> = HookContext<import("@feathersjs/feathers").Application<any, any>, any>>(options?: HydrateOptions) => (context: H) => Promise<Awaited<H>>;