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

SourceInfo

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

Source information used to create a Service Config

interface SourceInfo {
sourceFiles?: {
[key: string]: any;
}
[]
;
}

§Properties

§
sourceFiles?: {
[key: string]: any;
}
[]
[src]

All files used during config generation.