PlatformApitype PlatformApi = { [functionName: string]: (context: Context, ...args: any[]) => Promise<any>; }; Referenced Types Context