UNPKG

@nestjs-kitchen/connextion-presto

Version:

A flexible module to provide presto-client interface in NextJS.

9 lines (8 loc) 236 B
import { ConnextionError } from '@nestjs-kitchen/connextion'; /** * Internal error type. */ export declare class PrestoError extends ConnextionError { cause?: unknown; constructor(message?: string | Error, cause?: unknown); }