UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines (8 loc) 186 B
/** * Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export interface VCSRepoData { repoNameWithOwner: string; rootDirAlias: string; description: string | null; }