UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines (8 loc) 158 B
/** * Copyright IBM Corp. 2024, 2025 */ export interface VCSRepoData { repoNameWithOwner: string; rootDirAlias: string; description: string | null; }