UNPKG

@yamamotok/dataobject

Version:

Decorator based JSON serializer and deserializer.

8 lines (7 loc) 227 B
import { PropertyDecoratorOptions } from '../PropertyDecoratorOptions'; export interface ValueValidatorOptions { key: string; targetValue: unknown; context?: string; options?: PropertyDecoratorOptions; }