import type { Options } from "html-minifier-terser";

export default interface HTML extends Options {
	[key: string]: any;
}
