@sisyphus.js/google
Version:
Precompiled google common protos by sisyphus protobuf compiler
10 lines • 360 B
TypeScript
import { Any } from '@sisyphus.js/runtime/lib/google/protobuf/any';
/** Source information used to create a Service Config */
export interface SourceInfo {
/** All files used during config generation. */
sourceFiles?: Any[];
}
export declare namespace SourceInfo {
const name = "google.api.SourceInfo";
}
//# sourceMappingURL=source_info.d.ts.map