UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

3 lines (2 loc) 207 B
import { TypeOptions } from '../../interfaces/type-options.interface'; export declare function getDefaultValue<T = any>(instance: object, options: TypeOptions, key: string, typeName: string): T | undefined;