UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

11 lines (10 loc) 181 B
/** * Copyright IBM Corp. 2024, 2025 */ export interface TreeEntry { isModified: boolean; path: string; type: "blob" | "tree"; sha: string | null; url: string | null; }