UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

12 lines 252 B
/** * Copyright IBM Corp. 2024, 2025 */ export interface TreeEntryResponse { path: string; mode: string; type: 'blob' | 'tree'; sha: string; size?: number; url: string; } //# sourceMappingURL=tree-entry-response.model.d.ts.map