Type alias WrappedDocument<DocumentType>

WrappedDocument<DocumentType>: {
    type: string;
    value: DocumentType;
}

A wrapped document, as it is written to DynamoDB. You should not have to manipulate this type directly.

Type Parameters

Type declaration

  • type: string
  • value: DocumentType

Generated using TypeDoc