UNPKG

@promptbook/utils

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

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