Interface GraphRelation<T>

Type Parameters

  • T extends Record<string, any> = any

Hierarchy

  • GraphRelation

Properties

Properties

data?: DocumentData<T>
from: string
to: string

Generated using TypeDoc