UNPKG

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