interface ModelSource {
    secret?: string;
    url: string;
}

Properties

Properties

secret?: string

One-of ('credentials'): at most one of 'secret' could be set.

url: string