Type alias PostMessageData

PostMessageData: {
    action: PostMessageAction;
    verificationIframeUid: string;
}

Type declaration