UNPKG

@promptbook/browser

Version:

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

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