Type alias RepluggedWebContents

RepluggedWebContents: WebContents & {
    originalPreload?: string;
}

Type declaration

  • Optional originalPreload?: string

Generated using TypeDoc