Type alias DocumentData<T>

DocumentData<T>: T & Partial<DocumentMetadata> & Partial<EdgeMetadata>

Type representing an object that can be stored in a collection.

Type Parameters

  • T extends Record<string, any> = any

Generated using TypeDoc