UNPKG

286 BTypeScriptView Raw
1export declare const SdmVersionRootType = "SdmVersion";
2export interface SdmVersion {
3 sha: string;
4 branch: string;
5 repo: {
6 name: string;
7 owner: string;
8 providerId: string;
9 };
10 version: string;
11}
12//# sourceMappingURL=sdmVersionIngester.d.ts.map
\No newline at end of file