UNPKG

@yamamotok/dataobject

Version:

Decorator based JSON serializer and deserializer.

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