UNPKG

@promptbook/remote-client

Version:

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

6 lines (5 loc) 168 B
import { COMMITMENT_REGISTRY } from '../index'; /** * All available book commitment types */ export type BookCommitment = typeof COMMITMENT_REGISTRY[number]['type'];