UNPKG

@nestjs/graphql

Version:

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

6 lines 234 B
import { BaseTypeOptions } from './base-type-options.interface'; export interface TypeOptions<T = any> extends BaseTypeOptions<T> { isArray?: boolean; arrayDepth?: number; } //# sourceMappingURL=type-options.interface.d.ts.map