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

ConfigSource

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

Represents a source file which is used to generate the service configuration defined by google.api.Service.

interface ConfigSource {
files?: ConfigFile[];
id?: string;
}

§Properties

§
files?: ConfigFile[]
[src]

Set of source configuration files that are used to generate a service configuration (google.api.Service).

§
id?: string
[src]

A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. If empty, the server may choose to generate one instead.