UNPKG

@promptbook/remote-client

Version:

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

10 lines (9 loc) 238 B
/** * This error indicates that promptbook operation is not allowed * * @public exported from `@promptbook/core` */ export declare class NotAllowed extends Error { readonly name = "NotAllowed"; constructor(message: string); }