WebLayoutOptions: Omit<OpenFin.LayoutOptions, "content" | "settings"> & {
    content?: WebLayoutContent;
    settings?: WebLayoutSettings;
}

Web-specific extension of OpenFin.LayoutOptions. Narrows content to use GL2Types for stricter item-type checking on the web path, and extends settings with web-only favicon options via WebLayoutSettings.