Type alias Item<T>

Item<T>: ReturnType<typeof transformItem[T]> & {
    type: T;
}

Represents a generic Item, specialized to a specific item by providing a ItemType to the template.

Type Parameters

Generated using TypeDoc