export type WeappBridgeRequest = { id: string; method: string; args: any; command: 'request'; };