feathers-sequelize
Version:
A service adapter for Sequelize an SQL ORM
4 lines (3 loc) • 364 B
TypeScript
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>>;