UNPKG

ncc-prototype-email-alerts-sub

Version:

Northumberland Council Front End Email Alerts Subscription Prototype

8 lines (7 loc) 189 B
import { Controller, postController } from "./controller" export type Route = { controller: Controller | postController route: string type: string validators: Validator[] }