Type alias Model<T>

Model<T>: { model: T }

A helper type that defines a model as an opaque type.

Type Parameters

Type declaration

  • Readonly model: T

    A model identifier to distinguish models in the SDK.

Generated using TypeDoc