Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProviderConfig

import type { ProviderConfig } from "https://googleapis.deno.dev/v1/config:v1.ts";

ProviderConfig contains the provider configurations.

interface ProviderConfig {
sourceType?: "PROVIDER_SOURCE_UNSPECIFIED" | "SERVICE_MAINTAINED";
}

§Properties

§
sourceType?: "PROVIDER_SOURCE_UNSPECIFIED" | "SERVICE_MAINTAINED"
[src]

Optional. ProviderSource specifies the source type of the provider.