UNPKG

@promptbook/remote-server

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

12 lines (11 loc) 341 B
import type { string_semantic_version } from '../../types/typeAliases'; /** * Parsed BOOK_VERSION command * * @see ./bookVersionCommandParser.ts for more details * @public exported from `@promptbook/editable` */ export type BookVersionCommand = { readonly type: 'BOOK_VERSION'; readonly bookVersion: string_semantic_version; };