UNPKG

sipgateio

Version:

The official Node.js library for sipgate.io

6 lines (5 loc) 208 B
import { HttpError } from '../../core'; export declare enum NumbersErrorMessage { BAD_REQUEST = "Invalid pagination input" } export declare const handleNumbersError: (error: HttpError<unknown>) => Error;