UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

16 lines 348 B
/** * Copyright IBM Corp. 2024, 2025 */ export interface ProjectForm { name: string; description: string; tags: string[]; uniqueFolderName: string; isVCSProject: boolean; } export interface ProjectFormErrors { name: string; description: string; tags: string; } //# sourceMappingURL=edit-project-form.model.d.ts.map