import { createDefine } from "fresh"; export interface State { appState: string; } export const define = createDefine<State>();