import type * as OpenFin from '../OpenFin'; export interface WebOptions { preloadScripts?: OpenFin.PreloadScript[]; uuid: string; name: string; contentCreation?: OpenFin.ContentCreationOptions; contentRedirect?: Partial; customContext?: any; experimental?: any; processAffinity?: string; backgroundThrottling?: boolean; interop?: OpenFin.InteropConfig; }