import { FormRowTyped } from ".."; export interface WebViewButton extends FormRowTyped { label: string; completionHandler: () => void; }