dyna-record
    Preparing search index...

    Type Alias EntityAttributesOnly<T>

    EntityAttributesOnly: Omit<T, RelationshipAttributeNames<T> | FunctionFields<T>>

    Entity attributes excluding relationship attributes Represents the raw attributes of a class (no functions)

    Type Parameters