UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

10 lines (8 loc) 146 B
/** * Copyright IBM Corp. 2024, 2025 */ export interface ProjectData { description: string; tags: string[]; lastUpdated: number; }