UNPKG

@jsgurucompany/jsg-nestjs-common

Version:

Initial README.md

3 lines (2 loc) 243 B
import { FindOptions } from 'sequelize'; export declare const DefaultLean: (options?: FindOptions) => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>) => void;