Skip to main content
Module

x/frugal/docs/pages/example/type.ts

A frugal web framework
Go to Latest
File
import { Form } from './Form.ts';
// deno-lint-ignore ban-typesexport type Path = {};export type Data = { form: Form };