UNPKG

ncc-express-scaffold

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