UNPKG

@promptbook/langtail

Version:

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

11 lines (10 loc) 206 B
/** * Parsed URL command * * @see ./urlCommandParser.ts for more details * @private within the commands folder */ export type UrlCommand = { readonly type: 'URL'; readonly pipelineUrl: URL; };