Create provider response.

interface ProviderResponse {
    name?: string;
    type?: string;
    uuid?: string;
}

Properties

Properties

name?: string

The name of the created model provider.

type?: string

The provider type of the new model provider.

uuid?: string

The ID of the new model provider.