IndexHtmlTransformResult: string | HtmlTagDescriptor[] | {
    html: string;
    tags: HtmlTagDescriptor[];
}

Type declaration