UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

8 lines 195 B
export interface TreeEntry { isModified: boolean; path: string; type: "blob" | "tree"; sha: string | null; url: string | null; } //# sourceMappingURL=tree-entry.model.d.ts.map