Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentTypeOptions<T>

Type parameters

  • T

Hierarchy

Index

Properties

Optional changeCase

changeCase: CaseStyle

The keys of the serialized documents are renamed following the supplied style (undefined to keep the original name).

Optional noExtraKeys

noExtraKeys: undefined | false | true

Treat values with extra keys as invalid.

properties

properties: object

A dictionary between a property name and its description.

Type declaration

Optional rename

rename: undefined | object

Generated using TypeDoc