interface PlatformContext { baseUrl: string; // platform base URL clients: PlatformClients; // clients to communicate with the platform or external resources platformToken: string; // platform access token }
interface PlatformContext { baseUrl: string; // platform base URL clients: PlatformClients; // clients to communicate with the platform or external resources platformToken: string; // platform access token }