Type Alias TAddModelOptions

TAddModelOptions: {
    url: string;
}

Options for controlling the behavior of a Model.

Type declaration

  • url: string

    Model's URL.