Skip to content
This repository was archived by the owner on Jul 9, 2026. It is now read-only.

Latest commit

 

History

History
38 lines (20 loc) · 808 Bytes

File metadata and controls

38 lines (20 loc) · 808 Bytes

@panenco/papi / Exports / TransformOptions

Interface: TransformOptions

Options to be passed during transformation.

Inherit Doc

Hierarchy

  • ClassTransformOptions

    TransformOptions

Table of contents

Properties

Properties

exposeUnsetFields

Optional exposeUnsetFields: boolean

When set to true, fields with undefined as value will be included in class to plain transformation. Otherwise those fields will be omitted from the result.

DEFAULT: false

Overrides

ClassTransformOptions.exposeUnsetFields

Defined in

utils/types/transformerOptions.ts:30