Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertyDescriptor<T, K>

Type parameters

Hierarchy

  • PropertyDescriptor

Index

Properties

Optional changeCase

changeCase: CaseStyle

The key in the serialized documents will be automatically renamed with the provided case style.

Optional optional

optional: undefined | false | true

Allows this property to be missing (undefined values throw errors).

Optional rename

rename: undefined | string

The name of the key used in the serialized documents.

type

type: K

The type of this property.

Generated using TypeDoc