UNPKG

@any-routing/core

Version:

This library was generated with [Nx](https://nx.dev).

7 lines (6 loc) 167 B
export declare class UnauthorizedError { readonly response: any; readonly code = 401; readonly message = "Unauthorized"; constructor(response: any); }