UNPKG

@promptbook/vercel

Version:

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

11 lines (10 loc) 215 B
/** * Parsed URL command * * @see ./urlCommandParser.ts for more details * @public exported from `@promptbook/editable` */ export type UrlCommand = { readonly type: 'URL'; readonly pipelineUrl: URL; };