UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

13 lines 323 B
/** * Copyright IBM Corp. 2024, 2025 */ export interface ChangedItem { path: string; content: number[] | File | Blob | any; isPathDeleted: boolean; isPathAdded: boolean; isFileStaged: boolean; isDirectory: boolean; updatedPath: string | null; } //# sourceMappingURL=changed-item.model.d.ts.map