Compartilhar via


PostMessageChannel type

Handler used to receive and process messages sent between a dialog and the app that launched it

type PostMessageChannel = (message: any) => void