UNPKG

@samepage/backend

Version:

Backend utilities for the apis of SamePage integrations

6 lines (5 loc) 143 B
declare class ServerError extends Error { readonly code: number; constructor(arg: string, code: number); } export default ServerError;