/**
 * 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
};