@apistudio/apim-cli
Version:
CLI for API Management Products
13 lines • 323 B
TypeScript
/**
* 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