UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

13 lines 270 B
/** * Copyright IBM Corp. 2024, 2025 */ export interface APICFileInfo { isModified: boolean; path: string; fileUrl: string; content: string; orgId: string; projectId: string; id?: string; } //# sourceMappingURL=apic-file-info.model.d.ts.map