UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

8 lines (7 loc) 202 B
import type { ErrorJson } from './ErrorJson'; /** * Deserializes the error object * * @public exported from `@promptbook/utils` */ export declare function deserializeError(error: ErrorJson): Error;