interface HTMLPortalElement extends HTMLIFrameElement {

}
interface HTMLIFrameElement {
  csp: string
}
