UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

12 lines (11 loc) 261 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export interface TreeEntryResponse { path: string; mode: string; type: 'blob' | 'tree'; sha: string; size?: number; // Only applicable if type is 'blob' url: string; }