UNPKG

unstructured-client

Version:

<h3 align="center"> <img src="https://raw.githubusercontent.com/Unstructured-IO/unstructured/main/img/unstructured_logo.png" height="200" > </h3>

14 lines (10 loc) 357 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { CommandContext, StricliProcess } from "@stricli/core"; export interface LocalContext extends CommandContext { readonly process: StricliProcess; } export function buildContext(process: NodeJS.Process): LocalContext { return { process: process as StricliProcess }; }