type alias OmitProperty

Use this symbol to tell an ObjectMapper to exclude the property completely from the output object. This is useful when you must distinguish between "property" in output vs output.property === undefined.

Definition

variable OmitProperty

Type

unique symbol

Usage

import { OmitProperty } from ".";