Type alias EntitySerializer

EntitySerializer: ((param) => any)

Function that takes a attribute from a Dynamo table item, and serialize it to a non-Dynamo native type (EX: Date)

Type declaration

    • (param): any
    • Parameters

      • param: NativeScalarAttributeValue

      Returns any

Generated using TypeDoc