UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

13 lines (12 loc) 206 B
/** * Copyright IBM Corp. 2024, 2025 */ export interface APICFileInfo { isModified: boolean; path: string; fileUrl: string; content: string; orgId: string; projectId: string; id?: string; }