export interface PopupResult {
    userClosed: boolean;
    receivedUrl: string;
}
