Type alias QueryResults<T>

QueryResults<T>: (EntityAttributes<T> | BelongsToLink)[]

Represents the results of a query operation, which can include both entity attributes and associated BelongsToLink objects.

Type Parameters

  • T extends default

    The type of the entity being queried, extending DynaRecord.

Generated using TypeDoc