export interface PostMessage { methodName: string; requestId: string; moduleName: string; data?: Record; webResult?: T; executeOnSDK?: boolean; }