Type alias Model<T>

Model<T>: {
    model: T;
}

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

Type Parameters

  • T extends string

Type declaration

  • Readonly model: T

    A model identifier to distinguish models in the SDK.

Generated using TypeDoc