UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines 195 B
/** * Copyright IBM Corp. 2024, 2025 */ export type ApiMConfig = { accessToken: string; url: string; orgId: string; // Save the API-M identifier here instead of the user info };