import { createDefine } from "fresh"; import { State } from "./types/state.d.ts"; export const define = createDefine<State>();