UNPKG

@promptbook/remote-client

Version:

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

10 lines (9 loc) 196 B
/** * Parsed ACTION command * * @see ./actionCommandParser.ts for more details * @public exported from `@promptbook/editable` */ export type ActionCommand = { readonly type: 'ACTION'; };