export type WeappBridgeMessageBody = { command: number | string; data?: any; id: string; };