UNPKG

ncc-prototype-email-alerts-sub

Version:

Northumberland Council Front End Email Alerts Subscription Prototype

7 lines (6 loc) 156 B
import { CustomError } from "./custom" import { Address } from "./custom" export type AddressResponse = { addresses: Address[] error: CustomError }