interface Preset implements ConfigBase<Theme>import { type Preset } from "https://deno.land/x/netzo@0.4.72/deps/@unocss/core.ts"; Type ParametersoptionalTheme extends object = objectPropertiesname: stringoptionalenforce: "pre" | "post"Enforce the preset to be applied before or after other presets optionaloptions: PresetOptionsPreset options for other tools like IDE to consume optionalprefix: string | string[]Apply prefix to all utilities and shortcuts optionallayer: stringApply layer to all utilities and shortcuts