UNPKG

@nestjs/graphql

Version:

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

5 lines 240 B
import { NullableList } from '../../interfaces'; export declare class InvalidNullableOptionError extends Error { constructor(name: string, nullable?: boolean | NullableList); } //# sourceMappingURL=invalid-nullable-option.error.d.ts.map