Type alias SimpleAttributeKeys<T>

SimpleAttributeKeys<T>: AttributeKeys<T, CallableFunction | Model | ModelCollection<Model> | undefined>

All keys of the model except where the value is a method, a relation, or it's a property defined internally.

Results in a union of keys.

Type Parameters

  • T extends HasAttributes = HasAttributes

Generated using TypeDoc