Type alias Attributes<T>

Attributes<T>: {
    [K in AttributeKeys<T>]: T[K]
}

The attributes the model is handling.

Type Parameters

  • T extends HasAttributes = HasAttributes

Generated using TypeDoc