UNPKG

wk-nmi

Version:

This is a simple utility package

13 lines (12 loc) 227 B
export type ErrorDetail = { type: string; loc: string[]; msg: string; input: string; url: string; }; export type BadResponse = { response: string; responsetext: string; response_code: string; };