UNPKG

type-graphql

Version:

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

5 lines (4 loc) 247 B
import { type NullableListOptions } from "../decorators/types.js"; export declare class WrongNullableListOptionError extends Error { constructor(targetName: string, propertyName: string, nullable: boolean | NullableListOptions | undefined); }