UNPKG

@promptbook/vercel

Version:

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

10 lines (9 loc) 262 B
/** * This error indicates that the pipeline collection cannot be properly loaded * * @public exported from `@promptbook/core` */ export declare class CollectionError extends Error { readonly name = "CollectionError"; constructor(message: string); }