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

RepositoryConfig

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

Configuration for dependency repositories

interface RepositoryConfig {
pypiRepositoryConfig?: PyPiRepositoryConfig;
}

§Properties

§
pypiRepositoryConfig?: PyPiRepositoryConfig
[src]

Optional. Configuration for PyPi repository.