UNPKG

ncc-prototype-email-alerts-sub

Version:

Northumberland Council Front End Email Alerts Subscription Prototype

9 lines (8 loc) 219 B
import { Controller } from "../../types/controller"; import { Route } from "../../types/route"; export const route: Route = { controller: {} as Controller, route: '/PATH', type: 'TYPE', validators: [] }