UNPKG

220 BTypeScriptView Raw
1import { NullableListOptions } from "../decorators/types";
2export declare class WrongNullableListOptionError extends Error {
3 constructor(typeOwnerName: string, nullable: boolean | NullableListOptions | undefined);
4}