UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

11 lines 265 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export interface TreeEntry { isModified: boolean; path: string; type: "blob" | "tree"; sha: string | null; url: string | null; } //# sourceMappingURL=tree-entry.model.d.ts.map