UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

10 lines (8 loc) 153 B
declare class HttpError extends Error { /** * * @param {string} message */ constructor(message: string); } export { HttpError };