UNPKG

@promptbook/remote-client

Version:

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

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; };