PropertyDefs<T>: {
    [P in keyof T]?: PropertyDef<T[P]> | PropertyDefSerializeMode[] | PropertyDefSerializeMode
}

A set of PropertyDefs for an object that allows it to be intelligently serialized and deserialized.

Type Parameters

  • T