UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

10 lines (9 loc) 227 B
/** * This error indicates error from the database * * @public exported from `@promptbook/core` */ export declare class DatabaseError extends Error { readonly name = "DatabaseError"; constructor(message: string); }