UNPKG

@pfantato/printful-ts

Version:

Typescript SDK to integrate with Printful

6 lines (5 loc) 226 B
import { PrintfulError, PrintfulErrorCode } from './printful.error'; export declare class RequestError extends PrintfulError { status: number; constructor(message: string, status?: number, code?: PrintfulErrorCode); }