type alias UnoConfigimport { type UnoConfig } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.15/server/types.ts"; The config for UnoCSS. definition: UserConfig & { test?: RegExp; resetCSS?: | "normalize" | "eric-meyer" | "tailwind" | "antfu"; }