@apistudio/apim-cli
Version:
CLI for API Management Products
13 lines • 331 B
TypeScript
/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export interface ChangedItem {
path: string;
content: number[];
isPathDeleted: boolean;
isPathAdded: boolean;
isFileStaged: boolean;
isDirectory: boolean;
updatedPath: string | null;
}
//# sourceMappingURL=changed-item.model.d.ts.map