type alias BundleCSSOptionsimport { type BundleCSSOptions } from "https://dotland.deno.dev/x/aleph@1.0.0-alpha.32/server/bundle_css.ts"; definition: { targets?: Targets; minify?: boolean; cssModules?: boolean; asJsModule?: boolean; hmr?: boolean; }