export interface WeappBridgeResponse { id: string; method: string; result: any; data?: any; error: any; command: 'response' | 'invokeResponse'; }