UNPKG

@10d3/printflow

Version:

[![npm version](https://img.shields.io/npm/v/@10d3/printflow.svg?style=flat-square)](https://www.npmjs.com/package/@10d3/printflow) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE) [![GitHub Repository](https:

7 lines (6 loc) 208 B
export declare class ApliiqError extends Error { message: string; statusCode: number; details?: any | undefined; constructor(message: string, statusCode: number, details?: any | undefined); }